﻿/* ========== ASMORIX HEADER LOGO ========== */

/* Main menu on all pages except homepage (style-six) */
body.cloud__hosting .rts-header:not(.style-six) .hostie-menu .hostie-desktop-menu .menu-item,
body.cloud__hosting .rts-header:not(.style-six) .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element,
body.cloud__hosting .rts-header:not(.style-six).header-sticky .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-weight: 550;
}

body.cloud__hosting .rts-header .rts-header__logo .site-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

body.cloud__hosting .rts-header .rts-header__logo .site-logo img {
  width: auto;
  height: 44px;
  max-width: 170px;
  object-fit: contain;
  object-position: left center;
}

body.cloud__hosting .rts-header .rts-header__logo .site-logo .logo-white {
  display: block;
}

body.cloud__hosting .rts-header .rts-header__logo .site-logo .logo-dark {
  display: none;
}

@media screen and (max-width: 575px) {
  body.cloud__hosting .rts-header .rts-header__logo .site-logo img {
    height: 34px;
    max-width: 130px;
  }
}

/* Keep sticky header black so white logo stays clean */
body.cloud__hosting .rts-header.header-sticky {
  background: #000000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

body.cloud__hosting .rts-header.header-sticky .rts-header__wrapper .rts-header__logo .site-logo .logo-white {
  display: block;
}

body.cloud__hosting .rts-header.header-sticky .rts-header__wrapper .rts-header__logo .site-logo .logo-dark {
  display: none;
}

body.cloud__hosting .rts-header.header-sticky .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element {
  color: #ffffff;
}

body.cloud__hosting .rts-header.header-sticky .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element::after {
  background: #ffffff;
}

body.cloud__hosting .rts-header__right .login__btn,
body.cloud__hosting .rts-header.header-sticky .rts-header__right .login__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 11px 26px;
  border: 0 !important;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffe34a 0%, #ffd200 48%, #f0c200 100%) !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.45) inset,
    0 2px 0 #e0b400,
    0 8px 18px rgba(255, 210, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.cloud__hosting .rts-header__right .login__btn:hover,
body.cloud__hosting .rts-header.header-sticky .rts-header__right .login__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  color: #000 !important;
  background: linear-gradient(180deg, #ffe866 0%, #ffd200 48%, #f5c800 100%) !important;
  border-color: transparent !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 3px 0 #d9ad00,
    0 12px 24px rgba(255, 210, 0, 0.38);
}

body.cloud__hosting .rts-header__right .login__btn:active,
body.cloud__hosting .rts-header.header-sticky .rts-header__right .login__btn:active {
  transform: translateY(1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 1px 0 #e0b400,
    0 4px 10px rgba(255, 210, 0, 0.22);
}

body.cloud__hosting .rts-header.header-sticky .rts-header__right .mobile__active {
  color: #ffffff;
}

/* ========== AI SALARY PREDICTOR ========== */
.rts-hero.cloud-banner.asmorix-aihero {
  padding: 110px 0 80px;
  overflow: visible;
  position: relative;
  background: #0733b6;
  isolation: isolate;
}

/* Wave pattern ? slow drift */
.rts-hero.cloud-banner.asmorix-aihero::before {
  display: block;
  position: absolute;
  left: -6%;
  top: -8%;
  height: 116%;
  width: 112%;
  content: "";
  background-image: url(../images/banner/shared/banner__bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.55;
  z-index: 0;
  pointer-events: none;
  will-change: transform, opacity;
  animation: asmorixAiheroWave 18s ease-in-out infinite alternate;
}

/* Soft glowing orbs */
.rts-hero.cloud-banner.asmorix-aihero::after {
  display: block !important;
  position: absolute;
  inset: 0;
  content: "";
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 48% at 18% 30%, rgba(255, 212, 59, 0.16), transparent 62%),
    radial-gradient(ellipse 38% 42% at 86% 62%, rgba(55, 118, 171, 0.22), transparent 65%),
    radial-gradient(ellipse 30% 34% at 55% 88%, rgba(48, 105, 152, 0.12), transparent 70%);
  will-change: transform, opacity;
  animation: asmorixAiheroGlow 12s ease-in-out infinite alternate;
}

/* Python floating code FX */
.asmorix-aihero__pyfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.asmorix-aihero__pyfx .pyfx {
  position: absolute;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 10px;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  white-space: nowrap;
  opacity: 0;
  animation: pyfxFloat 9s ease-in-out infinite;
}

.asmorix-aihero__pyfx .pyfx em {
  font-style: normal;
  color: #ffd43b;
  margin-right: 0.35em;
}

.asmorix-aihero__pyfx .pyfx span {
  color: rgba(125, 211, 252, 0.95);
}

.asmorix-aihero__pyfx .pyfx b {
  font-weight: 600;
  color: #86efac;
}

.asmorix-aihero__pyfx .pyfx--1 { top: 18%; left: 6%; animation-delay: 0s; animation-duration: 10s; }
.asmorix-aihero__pyfx .pyfx--2 { top: 28%; left: 42%; animation-delay: 1.2s; animation-duration: 11s; }
.asmorix-aihero__pyfx .pyfx--3 { top: 12%; right: 38%; animation-delay: 0.6s; animation-duration: 9.5s; }
.asmorix-aihero__pyfx .pyfx--4 { top: 58%; left: 8%; animation-delay: 2s; animation-duration: 12s; }
.asmorix-aihero__pyfx .pyfx--5 { top: 72%; left: 34%; animation-delay: 1.6s; animation-duration: 10.5s; }
.asmorix-aihero__pyfx .pyfx--6 { bottom: 16%; left: 14%; animation-delay: 0.9s; animation-duration: 11.5s; }
.asmorix-aihero__pyfx .pyfx--7 { top: 46%; left: 48%; animation-delay: 2.4s; animation-duration: 9s; }
.asmorix-aihero__pyfx .pyfx--8 { top: 22%; right: 8%; animation-delay: 1.8s; animation-duration: 10s; color: rgba(156, 163, 175, 0.85); }
.asmorix-aihero__pyfx .pyfx--9 { bottom: 28%; right: 42%; animation-delay: 3s; animation-duration: 12s; }
.asmorix-aihero__pyfx .pyfx--10 { bottom: 12%; right: 12%; animation-delay: 2.2s; animation-duration: 10.8s; }

@keyframes pyfxFloat {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.92);
  }
  12% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
    transform: translate3d(10px, -12px, 0) scale(1);
  }
  88% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translate3d(-6px, -28px, 0) scale(0.96);
  }
}

.asmorix-aihero__pyfx .pyfx-orb {
  position: absolute;
  border-radius: 50%;
  display: block;
  filter: blur(1px);
  animation: pyfxOrb 8s ease-in-out infinite;
}

.asmorix-aihero__pyfx .pyfx-orb--1 {
  width: 10px;
  height: 10px;
  top: 34%;
  left: 28%;
  background: #3776ab;
  box-shadow: 0 0 18px rgba(55, 118, 171, 0.8);
  animation-delay: 0.4s;
}

.asmorix-aihero__pyfx .pyfx-orb--2 {
  width: 8px;
  height: 8px;
  top: 62%;
  left: 55%;
  background: #ffd43b;
  box-shadow: 0 0 16px rgba(255, 212, 59, 0.85);
  animation-delay: 1.5s;
  animation-duration: 7s;
}

.asmorix-aihero__pyfx .pyfx-orb--3 {
  width: 12px;
  height: 12px;
  top: 40%;
  right: 18%;
  background: #306998;
  box-shadow: 0 0 20px rgba(48, 105, 152, 0.75);
  animation-delay: 2.2s;
  animation-duration: 9s;
}

@keyframes pyfxOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.45;
  }
  50% {
    transform: translate3d(12px, -18px, 0) scale(1.25);
    opacity: 1;
  }
}

.asmorix-aihero__bullets li::before {
  animation: pyfxDotPulse 2.4s ease-in-out infinite;
}

.asmorix-aihero__bullets li:nth-child(2)::before { animation-delay: 0.2s; }
.asmorix-aihero__bullets li:nth-child(3)::before { animation-delay: 0.4s; }
.asmorix-aihero__bullets li:nth-child(4)::before { animation-delay: 0.6s; }
.asmorix-aihero__bullets li:nth-child(5)::before { animation-delay: 0.8s; }

@keyframes pyfxDotPulse {
  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(255, 210, 0, 0.18);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(55, 118, 171, 0.22);
    transform: scale(1.15);
  }
}

@media screen and (max-width: 991px) {
  .asmorix-aihero__pyfx .pyfx--2,
  .asmorix-aihero__pyfx .pyfx--3,
  .asmorix-aihero__pyfx .pyfx--7,
  .asmorix-aihero__pyfx .pyfx--9 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .asmorix-aihero__pyfx .pyfx {
    font-size: 11px;
    padding: 6px 10px;
  }

  .asmorix-aihero__pyfx .pyfx--4,
  .asmorix-aihero__pyfx .pyfx--5,
  .asmorix-aihero__pyfx .pyfx--10 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-aihero__pyfx .pyfx,
  .asmorix-aihero__pyfx .pyfx-orb,
  .asmorix-aihero__bullets li::before {
    animation: none !important;
    opacity: 0.35;
  }
}

.rts-hero.cloud-banner.asmorix-aihero > .container {
  position: relative;
  z-index: 1;
}

@keyframes asmorixAiheroWave {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }
  50% {
    transform: translate3d(-2.5%, 1.5%, 0) scale(1.04);
    opacity: 0.62;
  }
  100% {
    transform: translate3d(2%, -1.2%, 0) scale(1.06);
    opacity: 0.5;
  }
}

@keyframes asmorixAiheroGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.75;
  }
  100% {
    transform: translate3d(-3%, 2%, 0) scale(1.08);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rts-hero.cloud-banner.asmorix-aihero::before,
  .rts-hero.cloud-banner.asmorix-aihero::after {
    animation: none;
  }
}

@media screen and (max-width: 768px) {
  .rts-hero.cloud-banner.asmorix-aihero::before {
    display: block;
  }
}

.asmorix-aihero__row {
  align-items: flex-start;
}

.asmorix-aihero__left,
.asmorix-aihero__right {
  width: 100%;
}

.asmorix-aihero__left .rts-hero__content {
  width: 100%;
  max-width: none;
}

.asmorix-aihero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1.5px solid #ffd200;
  background: transparent;
  color: #ffd200 !important;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-secondary, inherit);
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.asmorix-aihero__cta img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  filter: none;
}

.asmorix-aihero__cta span {
  color: inherit;
}

.asmorix-aihero__cta:hover {
  transform: translateY(-2px);
  background: rgba(255, 210, 0, 0.12);
  box-shadow: 0 8px 20px rgba(255, 210, 0, 0.18);
  color: #ffe24a !important;
}

@media screen and (max-width: 575px) {
  .asmorix-aihero__cta {
    font-size: 13px;
    padding: 9px 14px;
  }
}

.asmorix-aihero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 22px;
}

.asmorix-aihero__cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex: 0 1 auto;
  max-width: 360px;
  min-height: 72px;
  padding: 12px 16px 12px 20px;
  border-radius: 999px;
  background: #ffd200;
  color: #111111 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(255, 210, 0, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  will-change: transform, box-shadow;
  animation: asmorixCtaPulse 2.6s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.asmorix-aihero__cta-pill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transform: skewX(-18deg);
  animation: asmorixCtaShine 3.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes asmorixCtaPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 8px 22px rgba(255, 210, 0, 0.32);
  }
  50% {
    transform: translateY(-3px) scale(1.015);
    box-shadow: 0 14px 30px rgba(255, 210, 0, 0.48);
  }
}

@keyframes asmorixCtaShine {
  0%,
  40% { left: -40%; opacity: 0; }
  55% { opacity: 1; }
  80%,
  100% { left: 120%; opacity: 0; }
}

.asmorix-aihero__cta-pill-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.asmorix-aihero__cta-pill-sub {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: #111111;
}

.asmorix-aihero__cta-pill-main {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111111;
}

.asmorix-aihero__cta-pill-arrow {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -2px;
  color: #111111;
  line-height: 1;
  padding-right: 6px;
  position: relative;
  z-index: 1;
  animation: asmorixCtaArrow 1.4s ease-in-out infinite;
}

@keyframes asmorixCtaArrow {
  0%,
  100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

.asmorix-aihero__cta-pill:hover {
  animation-play-state: paused;
  transform: translateY(-4px) scale(1.02);
  filter: brightness(1.04);
  box-shadow: 0 16px 34px rgba(255, 210, 0, 0.5);
  color: #111111 !important;
}

.asmorix-aihero__cta-pill:hover .asmorix-aihero__cta-pill-arrow {
  animation-play-state: paused;
  transform: translateX(6px);
}

.asmorix-aihero__call-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 240px;
  min-width: 220px;
  max-width: 320px;
  min-height: 72px;
  padding: 12px 28px 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform, box-shadow;
  animation: asmorixCallFloat 3s ease-in-out infinite;
  animation-delay: 0.35s;
}

@keyframes asmorixCallFloat {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
  }
}

.asmorix-aihero__call-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #111111;
  color: #ffd200;
  font-size: 15px;
  position: relative;
  animation: asmorixCallRing 2s ease-in-out infinite;
}

.asmorix-aihero__call-pill-icon::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(255, 210, 0, 0.55);
  animation: asmorixCallRipple 2s ease-out infinite;
  pointer-events: none;
}

@keyframes asmorixCallRing {
  0%,
  100% { transform: scale(1) rotate(0deg); }
  25% { transform: scale(1.06) rotate(-8deg); }
  50% { transform: scale(1) rotate(0deg); }
  75% { transform: scale(1.06) rotate(8deg); }
}

@keyframes asmorixCallRipple {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.asmorix-aihero__call-pill-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.asmorix-aihero__call-pill-text strong {
  font-size: 15px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
}

.asmorix-aihero__call-pill-text em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.asmorix-aihero__call-pill:hover {
  animation-play-state: paused;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  color: #111111 !important;
}

.asmorix-aihero__call-pill:hover .asmorix-aihero__call-pill-icon {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-aihero__cta-pill,
  .asmorix-aihero__cta-pill::after,
  .asmorix-aihero__cta-pill-arrow,
  .asmorix-aihero__call-pill,
  .asmorix-aihero__call-pill-icon,
  .asmorix-aihero__call-pill-icon::after {
    animation: none !important;
  }
}

@media screen and (max-width: 767px) {
  .asmorix-aihero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .asmorix-aihero__cta-pill,
  .asmorix-aihero__call-pill {
    max-width: none;
    width: 100%;
    justify-content: flex-start;
  }

  .asmorix-aihero__cta-pill-sub {
    font-size: 12px;
  }

  .asmorix-aihero__cta-pill-main {
    font-size: 12px;
  }
}

.asmorix-aihero__left .rts-hero__content h1.heading {
  display: block;
  font-size: 37px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 14px;
  color: #ffffff;
}

.asmorix-aihero__left .rts-hero__content h1.heading span,
.asmorix-aihero__left .rts-hero__content h1.heading .heading-mark {
  position: relative;
  display: inline-block;
  color: #ffd200;
  z-index: 1;
}

.asmorix-aihero__left .rts-hero__content h1.heading .heading-mark::before,
.asmorix-aihero__left .rts-hero__content h1.heading .heading-mark::after {
  display: none;
}

@media screen and (min-width: 992px) {
  .asmorix-aihero__row > .asmorix-aihero__left {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    padding-right: 24px;
  }

  .asmorix-aihero__row > .asmorix-aihero__right {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }

  .asmorix-aihero__right .ai-predict {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .rts-hero.cloud-banner.asmorix-aihero {
    padding: 100px 0 60px;
  }

  .asmorix-aihero__right .ai-predict {
    max-width: 480px;
    margin: 0 auto;
  }
}

.asmorix-aihero__bullets {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 100%;
}

.asmorix-aihero__bullets li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.asmorix-aihero__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-third, #ffd200);
  box-shadow: 0 0 0 3px rgba(255, 210, 0, 0.22);
}

.asmorix-aihero__bullets strong {
  display: inline;
  color: #ffffff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .asmorix-aihero__bullets {
    gap: 10px;
    margin-top: 14px;
  }

  .asmorix-aihero__bullets li {
    font-size: 16px;
    line-height: 2;
  }
}

.ai-predict {
  --ai-ink: #101b33;
  --ai-muted: #6a7490;
  --ai-line: rgba(20, 40, 90, 0.1);
  --ai-blue: #0062ff;
  --ai-yellow: #ffd200;
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  padding: 26px 24px 20px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 98, 255, 0.08), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(255, 210, 0, 0.1), transparent 40%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, #f5f8ff 48%, #eef3ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 40px 80px rgba(4, 22, 70, 0.28),
    0 12px 28px rgba(0, 60, 160, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: var(--ai-ink);
  z-index: 2;
  backdrop-filter: blur(16px);
  overflow: hidden;
  will-change: transform, box-shadow;
  animation: aiPredictFloat 5.5s ease-in-out infinite;
}

@keyframes aiPredictFloat {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      0 36px 70px rgba(4, 22, 70, 0.26),
      0 10px 24px rgba(0, 60, 160, 0.12),
      0 0 0 0 rgba(255, 210, 0, 0);
  }
  50% {
    transform: translateY(-8px);
    box-shadow:
      0 48px 90px rgba(4, 22, 70, 0.34),
      0 16px 32px rgba(0, 60, 160, 0.16),
      0 0 28px 2px rgba(255, 210, 0, 0.18);
  }
}

.ai-predict__glow {
  position: absolute;
  inset: -1px;
  border-radius: 28px;
  background: linear-gradient(130deg, rgba(255, 210, 0, 0.7), rgba(0, 98, 255, 0.55), rgba(120, 200, 255, 0.4), rgba(255, 210, 0, 0.35));
  background-size: 220% 220%;
  z-index: -1;
  opacity: 0.95;
  animation: aiBorderFlow 7s linear infinite;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1.5px;
  pointer-events: none;
}

@keyframes aiBorderFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.ai-predict__shine {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55), transparent 68%);
  pointer-events: none;
  z-index: 0;
  animation: aiShineDrift 8s ease-in-out infinite alternate;
}

.ai-predict::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 35%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 40%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0.08) 60%,
    transparent 100%
  );
  transform: skewX(-18deg);
  pointer-events: none;
  z-index: 2;
  animation: aiSweep 4.8s ease-in-out infinite;
}

@keyframes aiShineDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
  100% {
    transform: translate3d(-28px, 24px, 0) scale(1.12);
    opacity: 0.9;
  }
}

@keyframes aiSweep {
  0%,
  35% {
    left: -45%;
    opacity: 0;
  }
  45% {
    opacity: 0.85;
  }
  70% {
    left: 120%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

.ai-predict__head,
.ai-predict__progress,
.ai-predict__form {
  position: relative;
  z-index: 1;
}

.ai-predict__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.ai-predict__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
}

.ai-predict__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.ai-predict__eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 98, 255, 0.1), rgba(255, 210, 0, 0.16));
  color: #0052d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-family: "Rajdhani", Sans-serif;
  border: 1px solid rgba(0, 98, 255, 0.14);
  white-space: nowrap;
}

.ai-predict__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 36px);
  line-height: 1.1;
  font-weight: 800;
  font-family: "Rajdhani", Sans-serif;
  letter-spacing: 0.01em;
  background: linear-gradient(92deg, #0b1a36 8%, #0062ff 46%, #0a3d9c 72%, #0062ff 100%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: aiTitleShimmer 5s ease-in-out infinite;
}

@keyframes aiTitleShimmer {
  0%,
  100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.ai-predict__counter {
  margin: 0;
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #0056e0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border: 1px solid rgba(0, 98, 255, 0.12);
  box-shadow: 0 8px 18px rgba(20, 60, 140, 0.08);
  animation: aiCounterPulse 2.8s ease-in-out infinite;
}

@keyframes aiCounterPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 18px rgba(20, 60, 140, 0.08);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 10px 22px rgba(0, 98, 255, 0.18);
  }
}

.ai-predict__subtitle {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--ai-muted);
  line-height: 1.35;
}

.ai-predict__progress {
  height: 8px;
  border-radius: 999px;
  background: rgba(20, 50, 120, 0.08);
  overflow: hidden;
  margin: 0 0 18px;
  box-shadow: inset 0 1px 2px rgba(15, 40, 90, 0.06);
}

.ai-predict__progress span {
  display: block;
  height: 100%;
  width: 12.5%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd200 0%, #ffc400 35%, #0062ff 100%);
  background-size: 200% 100%;
  box-shadow: 0 0 12px rgba(0, 98, 255, 0.35);
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  animation: aiProgressGlow 2.4s linear infinite;
  position: relative;
}

.ai-predict__progress span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: translateX(-120%);
  animation: aiProgressShine 2.2s ease-in-out infinite;
}

@keyframes aiProgressGlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes aiProgressShine {
  0%,
  30% { transform: translateX(-120%); }
  70%,
  100% { transform: translateX(120%); }
}

.ai-predict__q {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  font-family: "Rajdhani", Sans-serif;
  color: var(--ai-ink);
}

.ai-predict__hint {
  margin: -8px 0 14px;
  font-size: 12.5px;
  color: var(--ai-muted);
  font-weight: 500;
}

.ai-predict__panel {
  min-height: 230px;
  animation: aiPredictIn 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-predict__panel[hidden] {
  display: none !important;
}

@keyframes aiPredictIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.ai-predict__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a849c;
}

.ai-predict__field {
  display: block;
  margin-bottom: 14px;
}

.ai-predict__field > span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #24324d;
}

.ai-predict__field > span em {
  font-style: normal;
  font-weight: 500;
  color: var(--ai-muted);
}

.ai-predict__field select {
  width: 100%;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--ai-line);
  background: rgba(255, 255, 255, 0.92);
  padding: 0 14px;
  color: var(--ai-ink);
  font-size: 14px;
  font-weight: 600;
  outline: none;
  box-shadow: 0 6px 14px rgba(20, 50, 120, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ai-predict__field select:focus {
  border-color: rgba(0, 98, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(0, 98, 255, 0.12);
  transform: translateY(-1px);
}

.ai-predict__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ai-predict__chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ai-predict__chips button {
  width: 100%;
  border: 1px solid rgba(20, 40, 90, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: #24324d;
  border-radius: 16px;
  padding: 13px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(20, 50, 120, 0.05);
  transition: all 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-predict__chips button:hover {
  border-color: rgba(0, 98, 255, 0.28);
  color: var(--ai-blue);
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 80, 180, 0.1);
}

.ai-predict__chips button.is-selected {
  background: linear-gradient(145deg, #0057ef, #1870ff);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 98, 255, 0.32);
  transform: translateY(-1px);
}

.ai-predict__actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 40, 90, 0.08);
}

.ai-predict__btn {
  flex: 1;
  height: 50px;
  border: 0;
  border-radius: 14px;
  font-family: "Rajdhani", Sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ai-predict__btn--primary {
  background: linear-gradient(90deg, #ffd200 0%, #ffc400 100%);
  color: #111;
  box-shadow: 0 12px 26px rgba(255, 210, 0, 0.38);
}

.ai-predict__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255, 210, 0, 0.48);
}

.ai-predict__btn--ghost {
  background: rgba(255, 255, 255, 0.85);
  color: #24324d;
  border: 1px solid rgba(20, 40, 90, 0.08);
  box-shadow: 0 6px 14px rgba(20, 50, 120, 0.05);
}

.ai-predict__btn--ghost:hover {
  transform: translateY(-1px);
  background: #fff;
}

.ai-predict__btn[hidden] {
  display: none !important;
}

.ai-predict__foot-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.ai-predict__foot-card {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 10px 8px;
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(241, 246, 255, 0.9));
  border: 1px solid rgba(20, 40, 90, 0.08);
  box-shadow: 0 6px 14px rgba(15, 40, 90, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ai-predict__foot-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 40, 90, 0.1);
}

.ai-predict__foot-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 9px;
  background: rgba(0, 98, 255, 0.1);
  color: #0062ff;
  font-size: 12px;
}

.ai-predict__foot-card-icon.is-gold {
  background: rgba(255, 210, 0, 0.18);
  color: #a07a00;
}

.ai-predict__foot-card-icon.is-teal {
  background: rgba(16, 185, 129, 0.12);
  color: #0f766e;
}

.ai-predict__foot-card strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  color: #15233f;
  letter-spacing: 0.01em;
}

.ai-predict__foot-card em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  color: #6a7490;
}

@media (max-width: 575px) {
  .ai-predict__foot-cards {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ai-predict__foot-card {
    padding: 10px 12px;
  }

  .ai-predict__foot-card strong {
    font-size: 12px;
  }

  .ai-predict__foot-card em {
    font-size: 11px;
  }
}

.ai-predict__error {
  margin: 8px 0 0;
  color: #d12b2b;
  font-size: 12.5px;
  font-weight: 600;
}

.ai-predict__error[hidden] {
  display: none !important;
}

.ai-predict__unlock {
  min-height: 260px;
}

.ai-predict__phone-field {
  margin-top: 4px;
}

.ai-predict__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 98, 255, 0.18);
  box-shadow: 0 10px 24px rgba(0, 70, 180, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ai-predict__phone:focus-within {
  border-color: rgba(0, 98, 255, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 98, 255, 0.12);
}

.ai-predict__phone > span {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 800;
  color: #0056e0;
  padding-right: 10px;
  border-right: 1px solid rgba(20, 40, 90, 0.12);
}

.ai-predict__phone input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: var(--ai-ink);
  letter-spacing: 0.04em;
}

.ai-predict__phone input.is-invalid {
  color: #c0392b;
}

.ai-predict__phone:has(input.is-invalid) {
  border-color: rgba(192, 57, 43, 0.55);
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}

.ai-predict__phone input::placeholder {
  color: #9aa3b8;
  font-weight: 600;
  letter-spacing: 0;
}

.ai-predict__unlock-points {
  margin: 4px 0 0;
  padding: 12px 14px;
  list-style: none;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 98, 255, 0.06), rgba(255, 210, 0, 0.1));
  border: 1px solid rgba(0, 98, 255, 0.1);
}

.ai-predict__unlock-points li {
  position: relative;
  padding-left: 22px;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #24324d;
}

.ai-predict__unlock-points li:last-child {
  margin-bottom: 0;
}

.ai-predict__unlock-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd200, #0062ff);
  box-shadow: 0 0 0 3px rgba(0, 98, 255, 0.1);
}

/* Result */
.ai-predict__result {
  min-height: 0;
  max-height: 520px;
  overflow: auto;
  padding-right: 2px;
  scrollbar-width: thin;
}

.ai-predict__result::-webkit-scrollbar {
  width: 4px;
}

.ai-predict__result::-webkit-scrollbar-thumb {
  background: rgba(0, 98, 255, 0.25);
  border-radius: 99px;
}

.ai-predict__analyzing {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 8px;
  min-height: 280px;
  padding: 24px 12px;
}

.ai-predict__analyzing[hidden] {
  display: none !important;
}

.ai-predict__analyzing p {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 800;
  font-family: "Rajdhani", Sans-serif;
  color: var(--ai-ink);
}

.ai-predict__analyzing span {
  color: var(--ai-muted);
  font-size: 13px;
}

.ai-predict__spinner {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #e7eefc;
  border-top-color: #0062ff;
  border-right-color: #ffd200;
  animation: aiSpin 0.85s linear infinite;
}

@keyframes aiSpin {
  to {
    transform: rotate(360deg);
  }
}

.ai-predict__report.is-ready .ai-reveal {
  animation: aiRevealUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--d, 0) * 0.08s);
}

@keyframes aiRevealUp {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ai-predict__result-head .ai-predict__q {
  margin-bottom: 14px;
}

.ai-predict__salary-hero {
  position: relative;
  margin-bottom: 14px;
  padding: 16px 14px 14px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 210, 0, 0.22), transparent 42%),
    linear-gradient(145deg, #0b1630 0%, #12306d 52%, #0f4db8 100%);
  box-shadow: 0 20px 42px rgba(10, 40, 110, 0.3);
  overflow: hidden;
}

.ai-predict__salary-hero::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  top: -50px;
  left: -30px;
}

.ai-predict__salary-hero-top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.ai-predict__salary-hero-top > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ai-predict__salary-hero-top em {
  font-style: normal;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 210, 0, 0.18);
  color: #ffe48a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.ai-predict__salary-hero .ai-predict__salary {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  gap: 8px;
}

.ai-predict__salary-hero .ai-predict__salary div {
  padding: 14px 8px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 22px rgba(0, 20, 60, 0.16);
}

.ai-predict__salary-hero .ai-predict__salary .is-focus {
  background: linear-gradient(180deg, #fffef5, #fff4c2);
  border-color: rgba(255, 210, 0, 0.65);
  box-shadow: 0 14px 28px rgba(255, 210, 0, 0.28);
  transform: translateY(-2px) scale(1.02);
}

.ai-predict__salary-hero .ai-predict__salary .is-focus::after {
  content: "Likely";
  top: -8px;
  background: linear-gradient(90deg, #ffd200, #ffc400);
  color: #111;
}

.ai-predict__salary-hero .ai-predict__salary span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7690;
}

.ai-predict__salary-hero .ai-predict__salary strong {
  font-size: 18px;
  font-weight: 800;
  font-family: "Rajdhani", Sans-serif;
  color: #0f1b33;
}

.ai-predict__salary-hero .ai-predict__salary .is-focus strong {
  font-size: 20px;
  color: #0a2a6e;
}

.ai-predict__scorecard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 210, 0, 0.22), transparent 40%),
    linear-gradient(135deg, #0b1630 0%, #12306d 55%, #0f4db8 100%);
  color: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(10, 40, 110, 0.28);
}

.ai-predict__scorecard::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -20%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  animation: aiFloatOrb 6s ease-in-out infinite;
}

@keyframes aiFloatOrb {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(18px, 10px);
  }
}

.ai-predict__scorecard-copy {
  position: relative;
  z-index: 1;
}

.ai-predict__scorecard p {
  margin: 0 0 4px;
  font-size: 12px;
  opacity: 0.75;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ai-predict__scorecard strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-family: "Rajdhani", Sans-serif;
  font-weight: 800;
}

.ai-predict__scorecard strong span:last-child {
  font-size: 16px;
  opacity: 0.7;
  margin-left: 2px;
}

.ai-predict__scorecard em {
  display: inline-block;
  margin-top: 8px;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 210, 0, 0.18);
  color: #ffe48a;
}

.ai-predict__ring-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ai-predict__ring-wrap small {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}

.ai-predict__ring {
  --p: 0;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, #12285a 76%, transparent 78% 100%),
    conic-gradient(#ffd200 calc(var(--p) * 1%), rgba(255, 255, 255, 0.14) 0);
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: --p 1s ease;
  animation: aiRingPulse 2.8s ease-in-out infinite;
}

@keyframes aiRingPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(255, 210, 0, 0));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(255, 210, 0, 0.35));
  }
}

.ai-predict__salary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.ai-predict__salary div {
  position: relative;
  padding: 12px 8px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f5f8ff);
  border: 1px solid var(--ai-line);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ai-predict__salary div:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(20, 50, 120, 0.08);
}

.ai-predict__salary .is-focus {
  border-color: rgba(0, 98, 255, 0.28);
  background: linear-gradient(180deg, #f3f7ff, #e8f0ff);
  box-shadow: 0 10px 22px rgba(0, 98, 255, 0.12);
}

.ai-predict__salary .is-focus::after {
  content: "Likely";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  background: #0062ff;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
}

.ai-predict__salary span {
  display: block;
  font-size: 11px;
  color: var(--ai-muted);
  margin-bottom: 4px;
}

.ai-predict__salary strong {
  font-size: 15px;
  font-weight: 800;
  color: var(--ai-ink);
}

.ai-predict__match {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255, 210, 0, 0.28), rgba(255, 210, 0, 0.1));
  color: #24324d;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(255, 196, 0, 0.35);
}

.ai-predict__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.ai-predict__card {
  padding: 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--ai-line);
  box-shadow: 0 8px 18px rgba(20, 40, 90, 0.04);
}

.ai-predict__grid h3,
.ai-predict__roadmap h3,
.ai-predict__companies h3 {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ai-muted);
  font-weight: 800;
}

.ai-predict__grid ul,
.ai-predict__roadmap ol {
  margin: 0;
  padding-left: 16px;
  color: #24324d;
  font-size: 12.5px;
  line-height: 1.45;
}

.ai-predict__grid li,
.ai-predict__roadmap li {
  margin-top: 5px;
}

.ai-predict__roadmap {
  margin-bottom: 12px;
}

.ai-predict__roadmap ol {
  list-style: none;
  padding-left: 0;
  counter-reset: road;
}

.ai-predict__roadmap li {
  position: relative;
  padding: 8px 10px 8px 38px;
  margin-top: 6px;
  border-radius: 12px;
  background: #f6f9ff;
  border: 1px solid rgba(0, 98, 255, 0.06);
}

.ai-predict__roadmap li::before {
  counter-increment: road;
  content: counter(road);
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd200, #ffc400);
  color: #111;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.ai-predict__interview {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 13px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff8e4, #fff1c9);
  border: 1px solid rgba(255, 180, 0, 0.28);
}

.ai-predict__interview span {
  flex-shrink: 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: #111;
  color: #ffd200;
  font-size: 11px;
  font-weight: 800;
  animation: aiBadgePop 0.45s ease both;
  animation-delay: 0.55s;
}

@keyframes aiBadgePop {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.ai-predict__interview p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: #24324d;
}

.ai-predict__companies {
  margin-bottom: 12px;
}

.ai-predict__companies div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ai-predict__companies span {
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef2fb;
  color: #24324d;
  font-size: 11.5px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
  animation: aiChipIn 0.4s ease both;
}

@keyframes aiChipIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ai-predict__companies span:hover {
  background: #dce8ff;
  transform: translateY(-1px);
}

.ai-predict__tip {
  margin: 0;
  padding: 14px 14px 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f4f7ff, #eaf1ff);
  border: 1px solid rgba(0, 98, 255, 0.12);
  border-left: 4px solid var(--ai-blue);
  color: #24324d;
  font-size: 12.5px;
  line-height: 1.55;
  font-style: normal;
  box-shadow: 0 10px 24px rgba(0, 70, 180, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  .ai-predict,
  .ai-predict::before,
  .ai-predict__shine,
  .ai-predict__spinner,
  .ai-predict__ring,
  .ai-predict__scorecard::before,
  .ai-predict__report.is-ready .ai-reveal,
  .ai-predict__interview span,
  .ai-predict__glow,
  .ai-predict__icon,
  .ai-predict__progress span,
  .ai-predict__title,
  .ai-predict__counter {
    animation: none !important;
  }

  .ai-predict {
    transform: none;
  }
}

@media (max-width: 991px) {
  .ai-predict {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .ai-predict {
    padding: 18px 14px 14px;
    border-radius: 20px;
  }

  .ai-predict__title {
    font-size: 26px;
  }

  .ai-predict__subtitle {
    font-size: 13px;
  }

  .ai-predict__row,
  .ai-predict__grid,
  .ai-predict__salary,
  .ai-predict__salary-hero .ai-predict__salary {
    grid-template-columns: 1fr;
  }

  .ai-predict__salary-hero .ai-predict__salary .is-focus {
    transform: none;
  }

  .ai-predict__panel {
    min-height: 0;
  }

  .ai-predict__head {
    flex-direction: column;
  }

  .ai-predict__brand {
    width: 100%;
  }

  .ai-predict__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 14px;
    font-size: 16px;
  }
}

/* Asmorix Python Training Features */
.rts-pricing-five.inner.asmorix-py-features {
  padding: 48px 0 20px;
}

.rts-pricing-five.inner.asmorix-py-features .rts-section {
  margin-bottom: 24px;
}

.rts-pricing-five.inner.asmorix-py-features .rts-section__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.rts-pricing-five.inner.asmorix-py-features .rts-section__title .heading-mark {
  position: relative;
  display: inline-block;
  color: inherit;
  z-index: 1;
  padding-bottom: 0.2em;
}

.rts-pricing-five.inner.asmorix-py-features .rts-section__title .heading-mark::before {
  display: none;
}

.rts-pricing-five.inner.asmorix-py-features .rts-section__title .heading-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: no-repeat center bottom / 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' fill='none'%3E%3Cpath d='M2 9.5C20 4.5 45 2 60 2C75 2 100 4.5 118 9.5' stroke='%23F5B800' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .rts-pricing-five.inner.asmorix-py-features {
    padding: 36px 0 12px;
  }

  .rts-pricing-five.inner.asmorix-py-features .rts-section__title {
    font-size: 26px;
  }
}

/* About Python Course ? single image with bg (like hosting feature) */
.rts-about-reseller.section__padding.asmorix-about-course {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .rts-about-reseller.section__padding.asmorix-about-course {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.asmorix-about-course .hosting-info {
  margin-left: 16px;
  max-width: none;
  width: 100%;
}

.asmorix-about-course .hosting-info .description {
  max-width: 100%;
}

.asmorix-about-course .single-about-info {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 992px) {
  .asmorix-about-course .row.gy-40 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .asmorix-about-course .hosting-info {
    margin-left: 20px;
    padding-left: 4px;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .asmorix-about-course .hosting-info {
    margin-left: 0;
  }
}

.asmorix-about-course .hosting-info__title {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #0b1220;
}

.asmorix-about-course .hosting-info__title .heading-mark {
  position: relative;
  display: inline-block;
  color: inherit;
  z-index: 1;
  padding-bottom: 0.2em;
}

.asmorix-about-course .hosting-info__title .heading-mark::before {
  display: none;
}

.asmorix-about-course .hosting-info__title .heading-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: no-repeat center bottom / 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' fill='none'%3E%3Cpath d='M2 9.5C20 4.5 45 2 60 2C75 2 100 4.5 118 9.5' stroke='%23F5B800' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .asmorix-about-course .hosting-info__title {
    font-size: 26px;
  }
}

.asmorix-about-course .hosting-feature-image {
  width: 100%;
}

.asmorix-about-course .hosting-feature-image__image {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 645 / 400;
  overflow: hidden;
  border-radius: 12px;
  background: #e8eef6;
  box-shadow: 0 14px 34px rgba(15, 55, 120, 0.14);
}

.asmorix-about-course .hosting-feature-image__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}

.asmorix-about-course .single-about-info .single .icon {
  background: #EAF1FF;
}

.asmorix-about-course .single-about-info .single .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  opacity: 1;
  visibility: visible;
}

.asmorix-about-course .asmorix-course-readmore.asmorix-masters__btn {
  display: inline-flex;
  width: auto;
  max-width: 360px;
  margin-top: 8px;
  cursor: pointer;
  border: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

.asmorix-about-course .asmorix-course-readmore.asmorix-masters__btn:hover {
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
}

.asmorix-about-course .asmorix-course-readmore.is-open .asmorix-masters__btn-arrow {
  transform: none;
}

.asmorix-about-course .asmorix-course-readmore.is-open .asmorix-masters__btn-arrow i {
  transform: none;
}

.asmorix-course-more {
  margin-top: 36px;
  padding: 28px 28px 32px;
  border-radius: 20px;
  background: #eaf3ff;
  border: 1px solid rgba(7, 116, 255, 0.14);
  box-shadow: 0 12px 32px rgba(7, 116, 255, 0.08);
}

.asmorix-course-more[hidden] {
  display: none !important;
}

.asmorix-course-more__article {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #3b4d68;
  font-size: 16.5px;
  line-height: 1.8;
}

.asmorix-course-more__hero {
  margin: 0 0 22px;
  padding: 0 0 18px;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  border-bottom: 1px solid rgba(7, 116, 255, 0.18);
}

.asmorix-course-more__article .asmorix-course-more__h1 {
  margin: 0 0 10px;
  color: #0733b6;
  font-family: "Rajdhani", Sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.asmorix-course-more__eyebrow {
  margin: 0;
  color: #5b6f8c;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.55;
}

.asmorix-course-more__section {
  margin: 0;
  padding: 22px 0 18px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(7, 116, 255, 0.12);
}

.asmorix-course-more__section:last-of-type {
  border-bottom: 0;
}

.asmorix-course-more__section--conclude {
  background: transparent;
  border-color: rgba(7, 116, 255, 0.12);
}

.asmorix-course-more__sec-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 0;
  border-bottom: 0;
  width: 100%;
}

.asmorix-course-more__num {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #0774ff;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: none;
}

.asmorix-course-more__sec-head h3 {
  margin: 0 !important;
  color: #0f2748;
  font-family: "Rajdhani", Sans-serif;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 800;
  line-height: 1.25;
  flex: 1 1 auto;
}

.asmorix-course-more__sec-body {
  padding: 0;
  width: 100%;
}

.asmorix-course-more__article h3 {
  margin: 0;
}

.asmorix-course-more__sub {
  margin: 20px 0 10px !important;
  padding: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #0733b6 !important;
  font-family: "Rajdhani", Sans-serif;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  border-left: 0 !important;
}

.asmorix-course-more__p,
.asmorix-course-more__article p {
  margin: 0 0 14px;
  width: 100%;
  max-width: none;
}

.asmorix-course-more__list {
  list-style: none;
  margin: 0 0 16px !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
  width: 100%;
}

.asmorix-course-more__list li {
  position: relative;
  margin: 0 !important;
  padding: 12px 12px 12px 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(7, 116, 255, 0.12);
  color: #1e293b;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.45;
}

.asmorix-course-more__list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", var(--fontawesome, "FontAwesome");
  font-weight: 900;
  position: absolute;
  left: 11px;
  top: 13px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0774ff;
  font-size: 11px;
}

.asmorix-course-more__article strong {
  color: #0f2748;
  font-weight: 700;
}

.asmorix-course-more__cta {
  margin-top: 12px;
  padding: 18px 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  background: linear-gradient(115deg, #ffd200 0%, #ffc107 55%, #ffe56a 100%);
  box-shadow: 0 12px 28px rgba(255, 193, 7, 0.28);
}

.asmorix-course-more__cta-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1 1 320px;
}

.asmorix-course-more__cta-copy strong {
  color: #111;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.asmorix-course-more__cta-copy span {
  color: rgba(17, 17, 17, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.asmorix-course-more__demo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0f172a !important;
  color: #fff !important;
  border: 1px solid #0f172a !important;
  border-radius: 10px;
  white-space: nowrap;
}

.asmorix-course-more__demo:hover {
  background: #0774ff !important;
  border-color: #0774ff !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .asmorix-course-more__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .asmorix-course-more {
    margin-top: 24px;
    padding: 18px 14px 20px;
  }

  .asmorix-course-more__hero {
    padding: 0 0 12px;
  }

  .asmorix-course-more__section {
    padding: 16px 0 14px;
  }

  .asmorix-course-more__list {
    grid-template-columns: 1fr;
  }

  .asmorix-course-more__article {
    font-size: 15px;
  }

  .asmorix-course-more__cta {
    padding: 16px 14px;
  }
}

.rts-hosting-feature.asmorix-hosting-feature-white {
  background: #fff;
  padding-top: 50px;
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature {
  max-width: 100%;
  padding-right: 8px;
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__desc {
  max-width: 100%;
}

.rts-hosting-feature.asmorix-hosting-feature-white .feature__list {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.rts-hosting-feature.asmorix-hosting-feature-white .asmorix-ai-section-cta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rts-hosting-feature.asmorix-hosting-feature-white .asmorix-ai-section-cta .asmorix-aihero__cta-pill {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .rts-hosting-feature.asmorix-hosting-feature-white .row.g-lg-4 > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__title.asmorix-section-title {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #0b1220;
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__title.asmorix-section-title .heading-mark {
  position: relative;
  display: inline-block;
  color: inherit;
  z-index: 1;
  padding-bottom: 0.2em;
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__title.asmorix-section-title .heading-mark::before {
  display: none;
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__title.asmorix-section-title .heading-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: no-repeat center bottom / 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' fill='none'%3E%3Cpath d='M2 9.5C20 4.5 45 2 60 2C75 2 100 4.5 118 9.5' stroke='%23F5B800' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__title.asmorix-section-title {
    font-size: 26px;
  }
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature-image {
  width: 100%;
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature-image__image {
  overflow: hidden;
  border-radius: 12px;
  background: #0b1b33;
  width: 100%;
  max-width: 94%;
  margin-left: auto;
  transform: none;
}

.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature-image__image img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  padding: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .rts-hosting-feature.asmorix-hosting-feature-white {
    padding-top: 30px;
  }

  .rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature-image__image img {
    min-height: 260px;
  }
}

/* Upcoming Batches ? Asmorix premium */
.asmorix-batches {
  position: relative;
  padding: 78px 0 88px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(7, 116, 255, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 92% 18%, rgba(255, 193, 7, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafd 48%, #eef3fa 100%);
  font-family: var(--font-secondary, "Inter", sans-serif);
}

.asmorix-batches::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 116, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 116, 255, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 88%);
  pointer-events: none;
}

.asmorix-batches .container {
  position: relative;
  z-index: 1;
}

.asmorix-batches__head {
  text-align: center;
  margin-bottom: 40px;
}

.asmorix-batches__title {
  margin: 0;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #0b1220;
  font-weight: 800;
}

.asmorix-batches__title .heading-mark {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2em;
  font-weight: 800;
}

.asmorix-batches__title .heading-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: no-repeat center bottom / 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' fill='none'%3E%3Cpath d='M2 9.5C20 4.5 45 2 60 2C75 2 100 4.5 118 9.5' stroke='%23F5B800' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  pointer-events: none;
}

.asmorix-batches__subtitle {
  margin: 0;
  color: #5b6475;
  font-family: var(--font-secondary, "Inter", sans-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.asmorix-batches__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.asmorix-batch-card {
  position: relative;
  isolation: isolate;
  text-align: left;
  background: linear-gradient(165deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 55, 120, 0.08);
  border-radius: 20px;
  padding: 22px 18px 18px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 32px rgba(15, 55, 120, 0.07);
  cursor: pointer;
  overflow: hidden;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease,
    background 0.28s ease;
}

.asmorix-batch-card__glow {
  position: absolute;
  inset: auto -20% -40% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 116, 255, 0.16) 0%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.asmorix-batch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #0774FF 0%, #3aa0ff 55%, #FFC107 100%);
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 0.28s ease, transform 0.28s ease;
  z-index: 1;
}

.asmorix-batch-card > *:not(.asmorix-batch-card__glow):not(.asmorix-batch-card__check) {
  position: relative;
  z-index: 1;
}

.asmorix-batch-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 116, 255, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 40px rgba(7, 116, 255, 0.14);
}

.asmorix-batch-card:hover .asmorix-batch-card__glow,
.asmorix-batch-card.is-active .asmorix-batch-card__glow {
  opacity: 1;
}

.asmorix-batch-card:hover::before,
.asmorix-batch-card.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.asmorix-batch-card.is-active {
  border-color: rgba(7, 116, 255, 0.45);
  background: linear-gradient(165deg, #f4f9ff 0%, #eaf3ff 100%);
  box-shadow:
    0 0 0 1px rgba(7, 116, 255, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 42px rgba(7, 116, 255, 0.16);
  transform: translateY(-2px);
}

.asmorix-batch-card__check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: transparent;
  border: 2px solid #d7e3f4;
  border-radius: 50%;
  font-size: 11px;
  z-index: 2;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.asmorix-batch-card.is-active .asmorix-batch-card__check {
  background: linear-gradient(145deg, #308BFF 0%, #0774FF 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 14px rgba(7, 116, 255, 0.35);
}

.asmorix-batch-card__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(7, 116, 255, 0.1);
  color: #055dcf;
  font-family: var(--font-secondary, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asmorix-batch-card__badge--weekend {
  background: rgba(255, 193, 7, 0.18);
  color: #9a6b00;
}

.asmorix-batch-card__type {
  margin: 0 0 16px;
  padding-right: 28px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.25px;
  color: #0b1220;
}

.asmorix-batch-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 11px 12px;
  font-family: var(--font-secondary, "Inter", sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  border: 1px solid transparent;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.asmorix-batch-card__meta-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
}

.asmorix-batch-card__meta--date {
  background: rgba(7, 116, 255, 0.08);
  border-color: rgba(7, 116, 255, 0.1);
  color: #0b4ea8;
}

.asmorix-batch-card__meta--date .asmorix-batch-card__meta-icon {
  background: #fff;
  color: #0774FF;
  box-shadow: 0 4px 10px rgba(7, 116, 255, 0.12);
}

.asmorix-batch-card__meta--time {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.05);
  color: #3d4658;
  margin-bottom: 0;
}

.asmorix-batch-card__meta--time .asmorix-batch-card__meta-icon {
  background: #fff;
  color: #5b6475;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
}

.asmorix-batch-card.is-active .asmorix-batch-card__meta--date {
  background: rgba(7, 116, 255, 0.12);
  border-color: rgba(7, 116, 255, 0.16);
}

.asmorix-batch-price {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0653EC 0%, #0774FF 48%, #033AA7 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 18px 40px rgba(3, 58, 167, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

.asmorix-batch-price::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -25%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.28) 0%, transparent 68%);
  pointer-events: none;
}

.asmorix-batch-price::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, transparent 70%);
  pointer-events: none;
}

.asmorix-batch-price__top,
.asmorix-batch-price__row,
.asmorix-batch-price__btn {
  position: relative;
  z-index: 1;
}

.asmorix-batch-price__top {
  width: 100%;
  margin-bottom: 10px;
}

.asmorix-batch-price__save {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 193, 7, 0.95);
  color: #1a1300;
  font-family: var(--font-secondary, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.asmorix-batch-price__label {
  font-family: var(--font-secondary, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.asmorix-batch-price__row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.asmorix-batch-price__now {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #fff;
  line-height: 1.1;
}

.asmorix-batch-price__old {
  margin: 0;
  font-family: var(--font-secondary, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
}

.asmorix-batch-price__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 14px;
  border-radius: 12px;
  background: var(--color-third, #FFC107);
  color: #111;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.asmorix-batch-price__btn:hover {
  background: #fff;
  color: #055dcf;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.asmorix-batches__footer {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 18px;
}

.asmorix-batches__custom,
.asmorix-batches__pay {
  background: linear-gradient(165deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 55, 120, 0.08);
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 32px rgba(15, 55, 120, 0.07);
}

.asmorix-batches__custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.asmorix-batches__custom p {
  margin: 0;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  line-height: 1.4;
  color: #3d4658;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.asmorix-batches__custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  background: linear-gradient(145deg, #308BFF 0%, #0774FF 100%);
  color: #fff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(7, 116, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.asmorix-batches__custom-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 28px rgba(7, 116, 255, 0.34);
}

.asmorix-batches__pay h5 {
  margin: 0 0 16px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #0b1220;
}

.asmorix-batches__pay-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.asmorix-batches__pay-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-family: var(--font-secondary, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000;
  animation: asmorixPayFadeUp 0.55s ease both;
  transition: transform 0.25s ease;
}

.asmorix-batches__pay-list li:nth-child(1) { animation-delay: 0.05s; }
.asmorix-batches__pay-list li:nth-child(2) { animation-delay: 0.15s; }
.asmorix-batches__pay-list li:nth-child(3) { animation-delay: 0.25s; }
.asmorix-batches__pay-list li:nth-child(4) { animation-delay: 0.35s; }

.asmorix-batches__pay-list li:hover {
  transform: translateY(-3px);
}

.asmorix-batches__pay-icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 6px 14px rgba(15, 55, 120, 0.08);
  overflow: hidden;
  animation: asmorixPayFloat 3.2s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.asmorix-batches__pay-list li:nth-child(2) .asmorix-batches__pay-icon {
  animation-delay: 0.4s;
}

.asmorix-batches__pay-list li:nth-child(3) .asmorix-batches__pay-icon {
  animation-delay: 0.8s;
}

.asmorix-batches__pay-list li:nth-child(4) .asmorix-batches__pay-icon {
  animation-delay: 1.2s;
}

.asmorix-batches__pay-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-18deg);
  animation: asmorixPayShine 3.6s ease-in-out infinite;
}

.asmorix-batches__pay-list li:hover .asmorix-batches__pay-icon {
  transform: scale(1.08);
  box-shadow: 0 10px 20px rgba(15, 55, 120, 0.16);
}

.asmorix-batches__pay-list li:nth-child(1) .asmorix-batches__pay-icon {
  background: linear-gradient(145deg, #e8f1ff 0%, #d5e7ff 100%);
  color: #0774FF;
}

.asmorix-batches__pay-list li:nth-child(2) .asmorix-batches__pay-icon {
  background: linear-gradient(145deg, #fff3df 0%, #ffe2b8 100%);
  color: #e68900;
}

.asmorix-batches__pay-list li:nth-child(3) .asmorix-batches__pay-icon {
  background: linear-gradient(145deg, #e7faf0 0%, #c9f0da 100%);
  color: #0f9d58;
}

.asmorix-batches__pay-list li:nth-child(4) .asmorix-batches__pay-icon {
  background: linear-gradient(145deg, #f3e8ff 0%, #e4d2ff 100%);
  color: #7c3aed;
}

@keyframes asmorixPayFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes asmorixPayFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes asmorixPayShine {
  0%,
  55% {
    left: -120%;
  }
  75%,
  100% {
    left: 140%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-batch-card,
  .asmorix-batch-price__btn,
  .asmorix-batches__custom-btn {
    transition: none !important;
  }

  .asmorix-batch-card:hover,
  .asmorix-batch-card.is-active {
    transform: none;
  }

  .asmorix-batches__pay-list li,
  .asmorix-batches__pay-icon,
  .asmorix-batches__pay-icon::after {
    animation: none !important;
  }

  .asmorix-batches__pay-list li:hover,
  .asmorix-batches__pay-list li:hover .asmorix-batches__pay-icon {
    transform: none;
  }
}

@media screen and (max-width: 1199px) {
  .asmorix-batches__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .asmorix-batch-price {
    grid-column: span 3;
  }
}

@media screen and (max-width: 767px) {
  .asmorix-batches {
    padding: 54px 0 64px;
  }

  .asmorix-batches__title {
    font-size: 26px;
  }

  .asmorix-batches__grid,
  .asmorix-batches__footer,
  .asmorix-batches__pay-list {
    grid-template-columns: 1fr;
  }

  .asmorix-batch-price {
    grid-column: auto;
  }

  .asmorix-batches__custom {
    flex-direction: column;
    align-items: flex-start;
  }

  .asmorix-batches__pay-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Python Course Fee Structure ? premium Asmorix */
.asmorix-fee {
  position: relative;
  padding: 82px 0 92px;
  overflow: hidden;
  background: #fff;
  font-family: var(--font-secondary, "Inter", sans-serif);
}

.asmorix-fee .container {
  position: relative;
  z-index: 1;
}

.asmorix-fee__head {
  text-align: center;
  margin-bottom: 44px;
}

.asmorix-fee__title {
  margin: 0;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: -0.45px;
  font-weight: 800;
  color: #0b1220;
}

.asmorix-fee__title .heading-mark {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2em;
  font-weight: 800;
}

.asmorix-fee__title .heading-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: no-repeat center bottom / 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' fill='none'%3E%3Cpath d='M2 9.5C20 4.5 45 2 60 2C75 2 100 4.5 118 9.5' stroke='%23F5B800' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  pointer-events: none;
}

.asmorix-fee__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 22px;
  align-items: stretch;
}

.asmorix-fee-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 28px 24px 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 55, 120, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 14px 36px rgba(15, 55, 120, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.asmorix-fee-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #0774FF 0%, #3aa0ff 50%, #FFC107 100%);
  opacity: 0.55;
  z-index: 1;
}

.asmorix-fee-card::after {
  display: none;
}

.asmorix-fee-card > * {
  position: relative;
  z-index: 1;
}

.asmorix-fee-card:hover {
  transform: translateY(-6px);
  border-color: rgba(7, 116, 255, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 22px 48px rgba(7, 116, 255, 0.14);
}

.asmorix-fee-card--popular {
  background: #fff;
  border: 1.5px solid rgba(7, 116, 255, 0.45);
  box-shadow:
    0 0 0 1px rgba(7, 116, 255, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 44px rgba(7, 116, 255, 0.18);
  transform: none;
}

.asmorix-fee-card--popular::before {
  opacity: 1;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 0;
}

.asmorix-fee-card--popular:hover {
  transform: translateY(-6px);
}

.asmorix-fee-card--premium {
  background: linear-gradient(155deg, #0653EC 0%, #0774FF 42%, #033AA7 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 22px 48px rgba(3, 58, 167, 0.32);
}

.asmorix-fee-card--premium::before {
  background: linear-gradient(90deg, #FFC107 0%, #ffe082 50%, #fff 100%);
  opacity: 0.95;
}

.asmorix-fee-card--premium:hover {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 26px 56px rgba(3, 58, 167, 0.4);
}

.asmorix-fee-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.asmorix-fee-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(7, 116, 255, 0.12);
  color: #055dcf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asmorix-fee-card__badge--popular {
  background: rgba(255, 193, 7, 0.9);
  color: #1a1300;
}

.asmorix-fee-card__badge--premium {
  background: #FFC107;
  color: #1a1300;
  border: none;
}

.asmorix-fee-card__save {
  font-size: 12px;
  font-weight: 700;
  color: #0f9d58;
  letter-spacing: 0.01em;
}

.asmorix-fee-card__save--light {
  color: #b8f0cc;
}

.asmorix-fee-card__name {
  margin: 0 0 8px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #0b1220;
}

.asmorix-fee-card--premium .asmorix-fee-card__name {
  color: #fff;
}

.asmorix-fee-card__desc {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #5b6475;
}

.asmorix-fee-card--premium .asmorix-fee-card__desc {
  color: rgba(255, 255, 255, 0.72);
}

.asmorix-fee-card__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(7, 116, 255, 0.06);
  border: 1px solid rgba(7, 116, 255, 0.08);
}

.asmorix-fee-card--popular .asmorix-fee-card__price {
  background: rgba(7, 116, 255, 0.1);
  border-color: rgba(7, 116, 255, 0.14);
}

.asmorix-fee-card--premium .asmorix-fee-card__price {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
}

.asmorix-fee-card__now {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.7px;
  color: #0774FF;
}

.asmorix-fee-card--premium .asmorix-fee-card__now {
  color: #FFC107;
}

.asmorix-fee-card__old {
  font-size: 15px;
  font-weight: 500;
  color: #9aa3b2;
  text-decoration: line-through;
}

.asmorix-fee-card--premium .asmorix-fee-card__old {
  color: rgba(255, 255, 255, 0.45);
}

.asmorix-fee-card__list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1 1 auto;
  min-height: 0;
}

.asmorix-fee-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.45;
  color: #1f2937;
}

.asmorix-fee-card__list li i {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(145deg, #308BFF 0%, #0774FF 100%);
  color: #fff;
  font-size: 11px;
  box-shadow: 0 6px 12px rgba(7, 116, 255, 0.25);
}

.asmorix-fee-card--premium .asmorix-fee-card__list li {
  color: rgba(255, 255, 255, 0.92);
}

.asmorix-fee-card--premium .asmorix-fee-card__list li i {
  background: #FFC107;
  color: #1a1300;
  box-shadow: 0 6px 12px rgba(255, 193, 7, 0.28);
}

.asmorix-fee-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
  padding: 14px 16px;
  border-radius: 12px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.asmorix-fee-card__btn--outline {
  background: transparent;
  color: #0774FF;
  border: 1.5px solid rgba(7, 116, 255, 0.55);
}

.asmorix-fee-card__btn--outline:hover {
  background: #0774FF;
  border-color: #0774FF;
  color: #fff;
  box-shadow: 0 12px 24px rgba(7, 116, 255, 0.28);
}

.asmorix-fee-card__btn--solid {
  background: #FFC107;
  color: #111;
  border: 1.5px solid #FFC107;
  box-shadow: 0 10px 22px rgba(255, 193, 7, 0.3);
}

.asmorix-fee-card__btn--solid:hover {
  background: #ffd54f;
  color: #111;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255, 193, 7, 0.38);
}

.asmorix-fee-card--premium .asmorix-fee-card__btn--solid:hover {
  background: #fff;
  border-color: #fff;
  color: #055dcf;
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-fee-card,
  .asmorix-fee-card__btn {
    transition: none !important;
  }

  .asmorix-fee-card:hover,
  .asmorix-fee-card--popular,
  .asmorix-fee-card--popular:hover {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .asmorix-fee__grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin: 0 auto;
  }

  .asmorix-fee-card--popular {
    transform: none;
  }

  .asmorix-fee-card--popular:hover {
    transform: translateY(-4px);
  }

  .asmorix-fee__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .asmorix-fee {
    padding: 56px 0 66px;
  }

  .asmorix-fee-card {
    padding: 24px 20px 22px;
  }

  .asmorix-fee-card__now {
    font-size: 30px;
  }
}
/* Shared page titles ? Barlow Condensed + twin underline + orange accent */
.asmorix-page-title,
.asmorix-tools__title,
.asmorix-audience__title,
.asmorix-jobs__title,
.asmorix-batches__title,
.asmorix-fee__title,
.asmorix-projects__title,
.asmorix-roadmap__title {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  padding-bottom: 14px !important;
  font-family: "Barlow Condensed", "Inter Tight", sans-serif !important;
  font-size: 40px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
  font-weight: 600 !important;
  color: #152238 !important;
  font-style: normal !important;
  text-transform: none !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
}

.asmorix-page-title::before,
.asmorix-page-title::after,
.asmorix-tools__title::before,
.asmorix-tools__title::after,
.asmorix-audience__title::before,
.asmorix-audience__title::after,
.asmorix-jobs__title::before,
.asmorix-jobs__title::after,
.asmorix-batches__title::before,
.asmorix-batches__title::after,
.asmorix-fee__title::before,
.asmorix-fee__title::after,
.asmorix-projects__title::before,
.asmorix-projects__title::after,
.asmorix-roadmap__title::before,
.asmorix-roadmap__title::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  border-radius: 999px !important;
  transform: translateX(-50%) !important;
  background-image: none !important;
  height: 3px !important;
  right: auto !important;
  top: auto !important;
  opacity: 1 !important;
}

.asmorix-page-title::before,
.asmorix-tools__title::before,
.asmorix-audience__title::before,
.asmorix-jobs__title::before,
.asmorix-batches__title::before,
.asmorix-fee__title::before,
.asmorix-projects__title::before,
.asmorix-roadmap__title::before {
  bottom: 6px !important;
  width: 96px !important;
  background: #0774FF !important;
}

.asmorix-page-title::after,
.asmorix-tools__title::after,
.asmorix-audience__title::after,
.asmorix-jobs__title::after,
.asmorix-batches__title::after,
.asmorix-fee__title::after,
.asmorix-projects__title::after,
.asmorix-roadmap__title::after {
  bottom: 0 !important;
  width: 56px !important;
  background: #FFC107 !important;
  height: 3px !important;
}

.asmorix-page-title--left::before,
.asmorix-page-title--left::after {
  left: 0 !important;
  transform: none !important;
}

.asmorix-about-course .hosting-info__title.asmorix-page-title,
.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__title.asmorix-page-title {
  margin-bottom: 22px !important;
}

.asmorix-page-title .heading-mark,
.asmorix-batches__title .heading-mark,
.asmorix-fee__title .heading-mark {
  position: static !important;
  display: inline !important;
  padding: 0 !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.asmorix-page-title .heading-mark::before,
.asmorix-page-title .heading-mark::after,
.asmorix-batches__title .heading-mark::after,
.asmorix-fee__title .heading-mark::after,
.asmorix-about-course .hosting-info__title .heading-mark::after,
.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__title .heading-mark::after {
  display: none !important;
  content: none !important;
}

.asmorix-title-accent {
  color: #ff6900 !important;
}

.asmorix-batches__head,
.asmorix-fee__head {
  text-align: center;
}

.asmorix-about-course .hosting-info__title.asmorix-page-title,
.rts-hosting-feature.asmorix-hosting-feature-white .hosting-feature__title.asmorix-page-title {
  font-size: 40px !important;
}

@media screen and (max-width: 767px) {
  .asmorix-page-title,
  .asmorix-batches__title,
  .asmorix-fee__title,
  .asmorix-projects__title,
  .asmorix-roadmap__title {
    font-size: 40px !important;
    font-weight: 600 !important;
  }

  .asmorix-tools .asmorix-tools__title.asmorix-page-title,
  .asmorix-audience .asmorix-audience__title.asmorix-page-title,
  .asmorix-jobs .asmorix-jobs__title.asmorix-page-title {
    font-size: 28px !important;
  }
}

.asmorix-tools .asmorix-tools__title.asmorix-page-title,
.asmorix-audience .asmorix-audience__title.asmorix-page-title,
.asmorix-jobs .asmorix-jobs__title.asmorix-page-title {
  font-size: 35px !important;
}

.asmorix-tools .container,
.asmorix-audience .container,
.asmorix-jobs .container {
  max-width: 1320px;
}

/* Tools Covered ? premium modern */
.asmorix-tools {
  position: relative;
  padding: 56px 0 36px;
  overflow: hidden;
  background: #fff;
  font-family: var(--font-secondary, "Inter", sans-serif);
}

.asmorix-tools::before {
  display: none;
}

.asmorix-tools .container {
  position: relative;
  z-index: 1;
}

.asmorix-tools__head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 28px;
  position: relative;
}

.asmorix-tools__kicker {
  display: none;
}

.asmorix-tools__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  font-family: "Barlow Condensed", "Inter Tight", sans-serif;
  font-size: 35px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #152238;
  font-style: normal;
}

.asmorix-tools__title::before,
.asmorix-tools__title::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 999px;
  transform: translateX(-50%);
}

.asmorix-tools__title::before {
  bottom: 6px;
  width: 72px;
  height: 3px;
  background: #0774FF;
}

.asmorix-tools__title::after {
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #FFC107;
}

.asmorix-title-accent {
  color: #ff6900;
}

.asmorix-tools__grid {
  list-style: none;
  margin: 0 auto;
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  justify-items: stretch;
  max-width: 1280px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 55, 120, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 60px rgba(15, 55, 120, 0.08);
  backdrop-filter: blur(10px);
}

.asmorix-tools__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 10px;
  text-align: center;
  border-radius: 18px;
  background: transparent;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.asmorix-tools__item:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(7, 116, 255, 0.1);
}

.asmorix-tools__icon {
  width: 78px;
  height: 78px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 12px 24px rgba(15, 23, 42, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.asmorix-tools__icon svg {
  width: 52px;
  height: 52px;
}

.asmorix-tools__item:hover .asmorix-tools__icon {
  transform: scale(1.06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 16px 30px rgba(15, 23, 42, 0.22);
}

.asmorix-tools__icon--python { background: linear-gradient(145deg, #2a4f7a 0%, #1B3A5F 100%); }
.asmorix-tools__icon--django { background: linear-gradient(145deg, #0f4a32 0%, #092E20 100%); }
.asmorix-tools__icon--flask { background: linear-gradient(145deg, #2a2a2a 0%, #1A1A1A 100%); }
.asmorix-tools__icon--sql { background: linear-gradient(145deg, #149094 0%, #0D7377 100%); }
.asmorix-tools__icon--pandas { background: linear-gradient(145deg, #2a1580 0%, #150458 100%); }
.asmorix-tools__icon--numpy { background: linear-gradient(145deg, #6a93e0 0%, #4D77CF 100%); }
.asmorix-tools__icon--jupyter { background: linear-gradient(145deg, #f7924a 0%, #F37626 100%); }
.asmorix-tools__icon--git { background: linear-gradient(145deg, #f56a4d 0%, #F05033 100%); }
.asmorix-tools__icon--excel { background: linear-gradient(145deg, #1f8a54 0%, #146C43 100%); }
.asmorix-tools__icon--powerbi { background: linear-gradient(145deg, #e8b62c 0%, #C99700 100%); }
.asmorix-tools__icon--tableau { background: linear-gradient(145deg, #2b5f9e 0%, #1F4B79 100%); }
.asmorix-tools__icon--java { background: linear-gradient(145deg, #e07040 0%, #B07219 100%); }
.asmorix-tools__icon--spring { background: linear-gradient(145deg, #7cbc3a 0%, #6DB33F 100%); }
.asmorix-tools__icon--hibernate { background: linear-gradient(145deg, #c4a040 0%, #59666C 100%); }
.asmorix-tools__icon--maven { background: linear-gradient(145deg, #c45a3a 0%, #C71A36 100%); }
.asmorix-tools__icon--postman { background: linear-gradient(145deg, #f48a4a 0%, #FF6C37 100%); }
.asmorix-tools__icon--intellij { background: linear-gradient(145deg, #2a2a4a 0%, #000000 100%); }
.asmorix-tools__icon--selenium { background: linear-gradient(145deg, #8ab840 0%, #43B02A 100%); }
.asmorix-tools__icon--testng { background: linear-gradient(145deg, #4a7ab8 0%, #2B5A9E 100%); }
.asmorix-tools__icon--jmeter { background: linear-gradient(145deg, #d07040 0%, #D22128 100%); }
.asmorix-tools__icon--jira { background: linear-gradient(145deg, #3a7ad0 0%, #2684FF 100%); }
.asmorix-tools__icon--mongodb { background: linear-gradient(145deg, #4fa84f 0%, #00684A 100%); }
.asmorix-tools__icon--express { background: linear-gradient(145deg, #3a3a3a 0%, #1A1A1A 100%); }
.asmorix-tools__icon--react { background: linear-gradient(145deg, #2a4a5a 0%, #087EA4 100%); }
.asmorix-tools__icon--nodejs { background: linear-gradient(145deg, #5aaa4a 0%, #3C873A 100%); }
.asmorix-tools__icon--javascript { background: linear-gradient(145deg, #e8c840 0%, #F7DF1E 100%); }
.asmorix-tools__icon--htmlcss { background: linear-gradient(145deg, #e07040 0%, #264DE4 100%); }
.asmorix-tools__icon--csharp { background: linear-gradient(145deg, #6a4ab0 0%, #512BD4 100%); }
.asmorix-tools__icon--aspnet { background: linear-gradient(145deg, #4a6ad0 0%, #512BD4 100%); }
.asmorix-tools__icon--efcore { background: linear-gradient(145deg, #5a7ad0 0%, #68217A 100%); }
.asmorix-tools__icon--sqlserver { background: linear-gradient(145deg, #d07070 0%, #CC2927 100%); }
.asmorix-tools__icon--visualstudio { background: linear-gradient(145deg, #7a4ab8 0%, #5C2D91 100%); }
.asmorix-tools__icon--azure { background: linear-gradient(145deg, #3a8ad0 0%, #0078D4 100%); }
.asmorix-tools__icon--googleads { background: linear-gradient(145deg, #4a8ae0 0%, #4285F4 100%); }
.asmorix-tools__icon--metaads { background: linear-gradient(145deg, #3a6ad0 0%, #0668E1 100%); }
.asmorix-tools__icon--googleanalytics { background: linear-gradient(145deg, #e8a040 0%, #F9AB00 100%); }
.asmorix-tools__icon--searchconsole { background: linear-gradient(145deg, #4aa0e0 0%, #458CF5 100%); }
.asmorix-tools__icon--semrush { background: linear-gradient(145deg, #e87040 0%, #FF622D 100%); }
.asmorix-tools__icon--mailchimp { background: linear-gradient(145deg, #e8c040 0%, #FFE01B 100%); }
.asmorix-tools__icon--wordpress { background: linear-gradient(145deg, #3a6a90 0%, #21759B 100%); }
.asmorix-tools__icon--scikit-learn { background: linear-gradient(145deg, #f0a040 0%, #F7931E 100%); }
.asmorix-tools__icon--matplotlib { background: linear-gradient(145deg, #2a4a6a 0%, #11557C 100%); }
.asmorix-tools__icon--power-bi { background: linear-gradient(145deg, #e8b62c 0%, #C99700 100%); }
.asmorix-tools__icon--power-query { background: linear-gradient(145deg, #3a9a5a 0%, #2E7D32 100%); }
.asmorix-tools__icon--dax { background: linear-gradient(145deg, #3a3a3a 0%, #1A1A1A 100%); }
.asmorix-tools__icon--sharepoint { background: linear-gradient(145deg, #1a8a8a 0%, #038387 100%); }
.asmorix-tools__icon--html { background: linear-gradient(145deg, #e06040 0%, #E34F26 100%); }
.asmorix-tools__icon--css { background: linear-gradient(145deg, #2a7ab8 0%, #1572B6 100%); }
.asmorix-tools__icon--bootstrap { background: linear-gradient(145deg, #7a5ab0 0%, #7952B3 100%); }
.asmorix-tools__icon--vscode { background: linear-gradient(145deg, #2a8ad0 0%, #007ACC 100%); }
.asmorix-tools__icon--linux { background: linear-gradient(145deg, #3a3a3a 0%, #111111 100%); }
.asmorix-tools__icon--docker { background: linear-gradient(145deg, #3a9ae0 0%, #2496ED 100%); }
.asmorix-tools__icon--kubernetes { background: linear-gradient(145deg, #3a6ad0 0%, #326CE5 100%); }
.asmorix-tools__icon--jenkins { background: linear-gradient(145deg, #d05050 0%, #D33833 100%); }
.asmorix-tools__icon--ansible { background: linear-gradient(145deg, #3a3a3a 0%, #111111 100%); }
.asmorix-tools__icon--terraform { background: linear-gradient(145deg, #8a5ab8 0%, #7B42BC 100%); }
.asmorix-tools__icon--aws { background: linear-gradient(145deg, #3a3a4a 0%, #232F3E 100%); }

.asmorix-tools__icon--mongodb { background: linear-gradient(145deg, #3d8f42 0%, #47A248 100%); }
.asmorix-tools__icon--express { background: linear-gradient(145deg, #3a3a3a 0%, #1A1A1A 100%); }
.asmorix-tools__icon--react { background: linear-gradient(145deg, #1a4a5c 0%, #0B3A4A 100%); }
.asmorix-tools__icon--nodejs { background: linear-gradient(145deg, #3a9a3a 0%, #339933 100%); }
.asmorix-tools__icon--javascript { background: linear-gradient(145deg, #c9b41a 0%, #B8A012 100%); }
.asmorix-tools__icon--htmlcss { background: linear-gradient(145deg, #e86a3a 0%, #E34F26 100%); }
.asmorix-tools__icon--csharp { background: linear-gradient(145deg, #7a3a8a 0%, #68217A 100%); }
.asmorix-tools__icon--aspnet { background: linear-gradient(145deg, #6a4ae0 0%, #512BD4 100%); }
.asmorix-tools__icon--efcore { background: linear-gradient(145deg, #5a3ac8 0%, #3F1FA8 100%); }
.asmorix-tools__icon--sqlserver { background: linear-gradient(145deg, #d04040 0%, #CC2927 100%); }
.asmorix-tools__icon--visualstudio { background: linear-gradient(145deg, #7a4ab0 0%, #5C2D91 100%); }
.asmorix-tools__icon--azure { background: linear-gradient(145deg, #2a8ad4 0%, #0078D4 100%); }
.asmorix-tools__icon--googleads { background: linear-gradient(145deg, #4a8af4 0%, #4285F4 100%); }
.asmorix-tools__icon--metaads { background: linear-gradient(145deg, #2a7ae8 0%, #0668E1 100%); }
.asmorix-tools__icon--googleanalytics { background: linear-gradient(145deg, #f0b020 0%, #E37400 100%); }
.asmorix-tools__icon--searchconsole { background: linear-gradient(145deg, #3a7ad0 0%, #1A73E8 100%); }
.asmorix-tools__icon--semrush { background: linear-gradient(145deg, #ff7a4a 0%, #FF622D 100%); }
.asmorix-tools__icon--mailchimp { background: linear-gradient(145deg, #f0d020 0%, #FFE01B 100%); }
.asmorix-tools__icon--wordpress { background: linear-gradient(145deg, #2a8ab0 0%, #21759B 100%); }
.asmorix-tools__label {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0b1220;
  line-height: 1.2;
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-tools__item,
  .asmorix-tools__icon {
    transition: none;
  }

  .asmorix-tools__item:hover,
  .asmorix-tools__item:hover .asmorix-tools__icon {
    transform: none;
  }
}

@media screen and (max-width: 1199px) {
  .asmorix-tools__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .asmorix-tools__title {
    font-size: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .asmorix-tools {
    padding: 44px 0 52px;
  }

  .asmorix-tools__head {
    margin-bottom: 22px;
  }

  .asmorix-tools__title {
    font-size: 28px !important;
    letter-spacing: 0.005em;
  }

  .asmorix-tools__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
    border-radius: 20px;
  }

  .asmorix-tools__item {
    padding: 14px 8px;
  }

  .asmorix-tools__icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
  }

  .asmorix-tools__icon svg {
    width: 46px;
    height: 46px;
  }
}
/* ========== PROJECT CTA + ACHIEVEMENT STACK ========== */
.asmorix-result-stack {
  padding: 36px 0 20px;
  background: #ffffff;
}

.asmorix-result-stack__card {
  position: relative;
  overflow: visible;
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(31, 79, 224, 0.14);
}

/* ========== PROJECT CTA BANNER ========== */
.asmorix-projcta {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
}

.asmorix-projcta__banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 168px;
  padding: 42px 40px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(110deg, #2f6bff 0%, #2458f0 42%, #1f4fe0 100%);
}

.asmorix-projcta__waves {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.asmorix-projcta__waves span {
  position: absolute;
  border: 18px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.asmorix-projcta__waves span:nth-child(1) {
  width: 420px;
  height: 420px;
  left: -120px;
  top: -210px;
}

.asmorix-projcta__waves span:nth-child(2) {
  width: 520px;
  height: 520px;
  right: -160px;
  top: -280px;
  border-width: 22px;
  border-color: rgba(255, 255, 255, 0.06);
}

.asmorix-projcta__waves span:nth-child(3) {
  width: 340px;
  height: 340px;
  left: 38%;
  bottom: -220px;
  border-width: 16px;
  border-color: rgba(255, 255, 255, 0.07);
}

.asmorix-projcta__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.asmorix-projcta__title {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Barlow Condensed", "Inter Tight", sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.asmorix-projcta__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.asmorix-projcta__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2b57ff 0%, #5b35d8 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(20, 40, 140, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.asmorix-projcta__btn i {
  font-size: 13px;
}

.asmorix-projcta__btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(20, 40, 140, 0.36);
  filter: brightness(1.05);
}

.asmorix-projcta__rocket {
  position: absolute;
  left: 50%;
  bottom: -58px;
  z-index: 5;
  width: 110px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  animation: projctaRocketFloat 2.8s ease-in-out infinite;
}

.asmorix-projcta__rocket-img {
  display: block;
  width: 96px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(20, 40, 120, 0.28));
}

.asmorix-projcta__trail {
  display: block;
  width: 2px;
  margin-top: 4px;
  border-radius: 999px;
  background: #4b5563;
  opacity: 0.75;
  animation: projctaTrail 1.4s ease-in-out infinite;
}

.asmorix-projcta__trail:nth-child(2) {
  height: 28px;
  margin-left: -10px;
  animation-delay: 0.12s;
}

.asmorix-projcta__trail:nth-child(3) {
  height: 40px;
  margin-top: -28px;
  animation-delay: 0.24s;
}

.asmorix-projcta__trail:nth-child(4) {
  height: 22px;
  margin-top: -22px;
  margin-left: 10px;
  animation-delay: 0.36s;
}

@keyframes projctaRocketFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

@keyframes projctaTrail {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleY(0.85);
  }
  50% {
    opacity: 0.9;
    transform: scaleY(1);
  }
}

@media (max-width: 991px) {
  .asmorix-projcta__banner {
    padding: 34px 28px;
  }

  .asmorix-projcta__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .asmorix-result-stack__card {
    border-radius: 22px;
  }

  .asmorix-projcta__banner {
    padding: 28px 20px;
    border-radius: 22px 22px 0 0;
  }

  .asmorix-projcta__title {
    font-size: 26px;
  }

  .asmorix-projcta__desc {
    font-size: 14px;
  }

  .asmorix-projcta__btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-projcta__rocket,
  .asmorix-projcta__trail {
    animation: none !important;
  }
}

/* ========== MARKETING ACHIEVEMENT COUNT ========== */
.asmorix-machieve {
  background: #eef3ff;
  padding: 56px 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0 0 28px 28px;
}

.asmorix-machieve__row {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr);
  gap: 40px;
  align-items: center;
}

.asmorix-machieve__intro {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.asmorix-machieve.is-visible .asmorix-machieve__intro {
  opacity: 1;
  transform: translateX(0);
}

.asmorix-machieve__kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0774ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(59, 99, 214, 0.08);
}

.asmorix-machieve__title.asmorix-page-title {
  max-width: 460px;
  text-align: left;
}

.asmorix-machieve__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.asmorix-machieve__stat {
  text-align: center;
  opacity: 0;
  transform: translateY(24px) scale(0.92);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.asmorix-machieve.is-visible .asmorix-machieve__stat:nth-child(1) {
  transition-delay: 0.1s;
}

.asmorix-machieve.is-visible .asmorix-machieve__stat:nth-child(2) {
  transition-delay: 0.22s;
}

.asmorix-machieve.is-visible .asmorix-machieve__stat:nth-child(3) {
  transition-delay: 0.34s;
}

.asmorix-machieve.is-visible .asmorix-machieve__stat {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.asmorix-machieve__ring {
  --p: 0;
  width: 122px;
  height: 122px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, #ffffff 78%, transparent 79% 100%),
    conic-gradient(#5b7cff calc(var(--p) * 1%), #d7e2ff 0);
  box-shadow: 0 10px 28px rgba(91, 124, 255, 0.12);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.asmorix-machieve__ring.is-animating {
  animation: machieveRingPop 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.asmorix-machieve__ring.is-done {
  box-shadow: 0 14px 34px rgba(91, 124, 255, 0.2);
}

.asmorix-machieve__stat:hover .asmorix-machieve__ring {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 36px rgba(91, 124, 255, 0.24);
}

.asmorix-machieve__value {
  color: #4f6fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  transition: transform 0.25s ease;
}

.asmorix-machieve__ring.is-animating .asmorix-machieve__value {
  animation: machieveValueTick 0.35s ease;
}

.asmorix-machieve__label {
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

@keyframes machieveRingPop {
  0% {
    transform: scale(0.86);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes machieveValueTick {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-machieve__intro,
  .asmorix-machieve__stat,
  .asmorix-machieve__ring,
  .asmorix-machieve__value {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 991px) {
  .asmorix-machieve {
    padding: 48px 28px;
  }

  .asmorix-machieve__row {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .asmorix-machieve__title {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .asmorix-machieve__ring {
    width: 112px;
    height: 112px;
  }

  .asmorix-machieve__value {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .asmorix-machieve {
    padding: 40px 18px;
    border-radius: 0 0 22px 22px;
  }

  .asmorix-machieve__stats {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .asmorix-machieve__ring {
    width: 118px;
    height: 118px;
  }
}

/* Audience + Job Roles ? premium redesign */
.asmorix-audience,
.asmorix-jobs {
  position: relative;
  overflow: hidden;
  font-family: var(--font-secondary, "Inter", sans-serif);
}

.asmorix-audience {
  padding: 12px 0 40px;
  background: #fff;
}

.asmorix-jobs {
  padding: 36px 0 84px;
  background:
    radial-gradient(ellipse 50% 40% at 100% 10%, rgba(255, 193, 7, 0.1) 0%, transparent 55%),
    #fff;
}

.asmorix-audience .container,
.asmorix-jobs .container {
  position: relative;
  z-index: 1;
}

.asmorix-audience__head,
.asmorix-jobs__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 28px;
}

.asmorix-audience__kicker,
.asmorix-jobs__kicker {
  display: none;
}

.asmorix-audience__title,
.asmorix-jobs__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  font-family: "Barlow Condensed", "Inter Tight", sans-serif;
  font-size: 35px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #152238;
}

.asmorix-audience__title::before,
.asmorix-audience__title::after,
.asmorix-jobs__title::before,
.asmorix-jobs__title::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 999px;
  transform: translateX(-50%);
}

.asmorix-audience__title::before,
.asmorix-jobs__title::before {
  bottom: 6px;
  width: 72px;
  height: 3px;
  background: #0774FF;
}

.asmorix-audience__title::after,
.asmorix-jobs__title::after {
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #FFC107;
}

.asmorix-chip-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1280px;
}

.asmorix-chip-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 80px;
  padding: 16px 14px 16px 14px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(15, 55, 120, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 26px rgba(15, 55, 120, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.asmorix-chip-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 0 6px 6px 0;
  background: #0774FF;
}

.asmorix-chip-card:nth-child(4n + 2)::before,
.asmorix-chip-card:nth-child(4n)::before {
  background: #FFC107;
}

.asmorix-chip-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 116, 255, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 36px rgba(7, 116, 255, 0.12);
}

.asmorix-chip-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e8f1ff 0%, #d5e7ff 100%);
  color: #0774FF;
  font-size: 17px;
  box-shadow: 0 6px 14px rgba(7, 116, 255, 0.12);
}

.asmorix-chip-card:nth-child(4n + 2) .asmorix-chip-card__icon,
.asmorix-chip-card:nth-child(4n) .asmorix-chip-card__icon {
  background: linear-gradient(145deg, #fff6d6 0%, #ffe9a8 100%);
  color: #b8860b;
  box-shadow: 0 6px 14px rgba(255, 193, 7, 0.2);
}

.asmorix-chip-grid--jobs .asmorix-chip-card__icon {
  background: linear-gradient(145deg, #308BFF 0%, #0774FF 100%);
  color: #fff;
  box-shadow: 0 8px 16px rgba(7, 116, 255, 0.25);
}

.asmorix-chip-grid--jobs .asmorix-chip-card:nth-child(4n + 2) .asmorix-chip-card__icon,
.asmorix-chip-grid--jobs .asmorix-chip-card:nth-child(4n) .asmorix-chip-card__icon {
  background: linear-gradient(145deg, #FFC107 0%, #f5b800 100%);
  color: #1a1300;
  box-shadow: 0 8px 16px rgba(255, 193, 7, 0.3);
}

.asmorix-chip-card__text {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.15px;
  color: #0b1220;
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-chip-card {
    transition: none;
  }

  .asmorix-chip-card:hover {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .asmorix-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .asmorix-chip-card:nth-child(4n + 2)::before,
  .asmorix-chip-card:nth-child(4n)::before {
    background: #0774FF;
  }

  .asmorix-chip-card:nth-child(2n)::before {
    background: #FFC107;
  }

  .asmorix-chip-card:nth-child(4n + 2) .asmorix-chip-card__icon,
  .asmorix-chip-card:nth-child(4n) .asmorix-chip-card__icon {
    background: linear-gradient(145deg, #e8f1ff 0%, #d5e7ff 100%);
    color: #0774FF;
  }

  .asmorix-chip-card:nth-child(2n) .asmorix-chip-card__icon {
    background: linear-gradient(145deg, #fff6d6 0%, #ffe9a8 100%);
    color: #b8860b;
  }

  .asmorix-chip-grid--jobs .asmorix-chip-card:nth-child(4n + 2) .asmorix-chip-card__icon,
  .asmorix-chip-grid--jobs .asmorix-chip-card:nth-child(4n) .asmorix-chip-card__icon {
    background: linear-gradient(145deg, #308BFF 0%, #0774FF 100%);
    color: #fff;
  }

  .asmorix-chip-grid--jobs .asmorix-chip-card:nth-child(2n) .asmorix-chip-card__icon {
    background: linear-gradient(145deg, #FFC107 0%, #f5b800 100%);
    color: #1a1300;
  }

  .asmorix-audience__title,
  .asmorix-jobs__title {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 575px) {
  .asmorix-audience {
    padding: 8px 0 24px;
  }

  .asmorix-jobs {
    padding: 24px 0 64px;
  }

  .asmorix-chip-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .asmorix-chip-card {
    min-height: 72px;
    padding: 14px 14px 14px 16px;
  }

  .asmorix-chip-card:nth-child(odd)::before {
    background: #0774FF;
  }

  .asmorix-chip-card:nth-child(even)::before {
    background: #FFC107;
  }

  .asmorix-chip-card__text {
    font-size: 15px;
  }
}
/* Course Syllabus */
.asmorix-syllabus {
  position: relative;
  padding: 60px 0 80px;
  background:
    radial-gradient(ellipse 75% 55% at 8% 0%, rgba(7, 116, 255, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 100%, rgba(125, 186, 255, 0.2) 0%, transparent 52%),
    linear-gradient(160deg, #eef6ff 0%, #e3f0ff 48%, #f5f9ff 100%);
  font-family: var(--font-secondary, "Inter", sans-serif);
  overflow: visible;
}

.asmorix-syllabus__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.asmorix-syllabus__bg-img {
  display: none;
}

.asmorix-syllabus__bg-overlay {
  display: none;
}

.asmorix-syllabus__bg-grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(7, 116, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 116, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 20%, transparent 75%);
  animation: asmorixSyllabusGrid 22s linear infinite;
  opacity: 0.5;
}

.asmorix-syllabus__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.7;
}

.asmorix-syllabus__orb--1 {
  width: 280px;
  height: 280px;
  top: -60px;
  left: -40px;
  background: radial-gradient(circle, rgba(7, 116, 255, 0.22) 0%, transparent 70%);
  animation: asmorixSyllabusFloat 12s ease-in-out infinite;
}

.asmorix-syllabus__orb--2 {
  width: 220px;
  height: 220px;
  right: 8%;
  bottom: 12%;
  background: radial-gradient(circle, rgba(100, 170, 255, 0.2) 0%, transparent 70%);
  animation: asmorixSyllabusFloat 15s ease-in-out infinite reverse;
}

.asmorix-syllabus__orb--3 {
  width: 160px;
  height: 160px;
  left: 42%;
  top: 28%;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.16) 0%, transparent 70%);
  animation: asmorixSyllabusPulse 8s ease-in-out infinite;
}

.asmorix-syllabus__shine {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 45%;
  height: 160%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.25) 45%,
    rgba(126, 182, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.25) 55%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: asmorixSyllabusShine 10s ease-in-out infinite;
}

@keyframes asmorixSyllabusKen {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.12) translate3d(-2.5%, 1.5%, 0);
  }
}

@keyframes asmorixSyllabusGrid {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(56px, 56px, 0);
  }
}

@keyframes asmorixSyllabusFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(24px, 18px, 0);
  }
}

@keyframes asmorixSyllabusPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.18);
  }
}

@keyframes asmorixSyllabusShine {
  0% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  20% {
    opacity: 0.7;
  }
  55% {
    opacity: 0.35;
  }
  100% {
    transform: translateX(280%) skewX(-18deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-syllabus__bg-img,
  .asmorix-syllabus__bg-grid,
  .asmorix-syllabus__orb,
  .asmorix-syllabus__shine {
    animation: none !important;
  }

  .asmorix-syllabus__bg-img {
    inset: 0;
    transform: none;
  }
}

.asmorix-syllabus > .container,
.asmorix-syllabus__grid {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.asmorix-syllabus__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: stretch;
  max-width: none;
  margin: 0;
  width: 100%;
}

.asmorix-syllabus__main {
  min-width: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  justify-self: start;
}

.asmorix-syllabus .asmorix-page-title {
  color: #152238 !important;
  -webkit-text-fill-color: #152238 !important;
}

.asmorix-syllabus__intro {
  margin: 0 0 28px;
  max-width: none;
  font-size: 15px;
  line-height: 1.7;
  color: #5b6475;
  font-weight: 500;
}

.asmorix-syllabus__intro strong {
  color: #111;
  font-weight: 800;
}

.asmorix-syllabus__intro a {
  color: #0774FF;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.asmorix-syllabus__intro a:hover {
  color: #055dcf;
}

.asmorix-syllabus__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.asmorix-syllabus__extra {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 0;
}

.asmorix-syllabus__extra[hidden] {
  display: none !important;
}

.asmorix-syllabus__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  align-self: center;
  margin: 10px auto 0;
  padding: 11px 20px;
  min-height: 44px;
  width: auto;
  max-width: max-content;
  border: 0;
  border-radius: 9px;
  background: #FFC107;
  color: #111;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(255, 193, 7, 0.28);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.asmorix-syllabus__more-btn i {
  font-size: 11px;
  line-height: 1;
}

.asmorix-syllabus__more-btn:hover {
  background: #ffb300;
  color: #111;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(255, 193, 7, 0.36);
}

.asmorix-syllabus__list.is-expanded .asmorix-syllabus__more-btn {
  background: #FFC107;
  color: #111;
}

.asmorix-syllabus__list.is-expanded .asmorix-syllabus__more-btn:hover {
  background: #ffb300;
  color: #111;
}

.asmorix-syllabus__item {
  background: #fff;
  border: 1px solid #d7e6fb;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(7, 116, 255, 0.06);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.asmorix-syllabus__item.is-open,
.asmorix-syllabus__item:hover {
  border-color: rgba(7, 116, 255, 0.35);
  box-shadow: 0 12px 28px rgba(7, 116, 255, 0.12);
  background: #fff;
}

.asmorix-syllabus__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.asmorix-syllabus__item.is-open .asmorix-syllabus__trigger {
  background: #fff;
}

.asmorix-syllabus__name {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #0a1f44;
}

.asmorix-syllabus__toggle {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0774FF;
  font-size: 14px;
  transition: transform 0.25s ease, color 0.2s ease;
}

.asmorix-syllabus__item.is-open .asmorix-syllabus__toggle {
  transform: rotate(180deg);
  color: #ff6900;
}

.asmorix-syllabus__panel {
  display: none;
  padding: 4px 20px 22px;
  background: #f7fbff;
}

.asmorix-syllabus__item.is-open .asmorix-syllabus__panel {
  display: block;
}

.asmorix-syllabus__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  padding-top: 8px;
}

.asmorix-syllabus__col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.asmorix-syllabus__block h4 {
  margin: 0 0 12px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.15px;
  color: #0a1f44;
}

.asmorix-syllabus__block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 17px;
}

.asmorix-syllabus__block li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.45;
  color: #5b6475;
  font-weight: 500;
}

.asmorix-syllabus__block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6900;
  box-shadow: 0 0 0 2px rgba(255, 105, 0, 0.18);
  transform: none;
}

.asmorix-syllabus__title {
  margin-bottom: 18px !important;
}

.asmorix-syllabus__aside {
  position: relative;
  align-self: stretch;
  margin-left: 0;
  transform: none;
  width: 320px;
  justify-self: end;
  z-index: 2;
}

.asmorix-syllabus-cta {
  position: sticky;
  top: 110px;
  isolation: isolate;
  overflow: hidden;
  padding: 26px 22px 22px;
  border-radius: 22px;
  text-align: left;
  color: #152238;
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(7, 116, 255, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 110%, rgba(255, 193, 7, 0.1) 0%, transparent 50%),
    linear-gradient(165deg, #ffffff 0%, #f7fbff 55%, #ffffff 100%);
  border: 1px solid rgba(7, 116, 255, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 42px rgba(15, 40, 90, 0.08),
    0 4px 12px rgba(7, 116, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.asmorix-syllabus-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(7, 116, 255, 0.45), rgba(255, 255, 255, 0.6) 45%, rgba(255, 193, 7, 0.55));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.asmorix-syllabus-cta__glow {
  position: absolute;
  top: -35%;
  right: -25%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 116, 255, 0.12) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}

.asmorix-syllabus-cta__top,
.asmorix-syllabus-cta__list,
.asmorix-syllabus-cta__btn,
.asmorix-syllabus-cta__note {
  position: relative;
  z-index: 2;
}

.asmorix-syllabus-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(7, 116, 255, 0.08);
  border: 1px solid rgba(7, 116, 255, 0.16);
  color: #0774FF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asmorix-syllabus-cta__badge i {
  color: #ff6900;
  font-size: 11px;
}

.asmorix-syllabus-cta__title {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #152238;
}

.asmorix-syllabus-cta__text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6475;
  font-weight: 500;
}

.asmorix-syllabus-cta__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 14px;
  background: #f3f8ff;
  border: 1px solid #e1ebf8;
}

.asmorix-syllabus-cta__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #0a1f44;
}

.asmorix-syllabus-cta__list i {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(7, 116, 255, 0.1);
  color: #0774FF;
  font-size: 10px;
}

.asmorix-syllabus-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  padding: 12px 10px;
  border-radius: 12px;
  background: #FFC107;
  color: #111;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 10px 22px rgba(255, 193, 7, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.asmorix-syllabus-cta__btn:hover {
  color: #111;
  background: #ffb300;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(255, 193, 7, 0.36);
}

.asmorix-syllabus-cta__btn .fa-whatsapp {
  flex-shrink: 0;
  font-size: 16px;
  color: #111;
}

.asmorix-syllabus-cta__btn span {
  flex: 0 0 auto;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.asmorix-syllabus-cta__note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #7a8494;
}

@media screen and (max-width: 991px) {
  .asmorix-syllabus__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .asmorix-syllabus__aside {
    position: static;
    order: -1;
    margin-left: 0;
    transform: none;
    width: 100%;
    max-width: 360px;
    justify-self: center;
    align-self: center;
  }

  .asmorix-syllabus-cta {
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 575px) {
  .asmorix-syllabus {
    padding: 44px 0 56px;
  }

  .asmorix-syllabus__trigger {
    padding: 16px;
  }

  .asmorix-syllabus__name {
    font-size: 15px;
  }

  .asmorix-syllabus__cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .asmorix-syllabus-cta__title {
    font-size: 28px;
  }
}

/* Real-Time Python Projects */
.asmorix-projects {
  position: relative;
  padding: 64px 0 80px;
  background:
    radial-gradient(ellipse 60% 45% at 0% 0%, rgba(7, 116, 255, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(255, 193, 7, 0.1) 0%, transparent 50%),
    #fff;
  font-family: var(--font-secondary, "Inter", sans-serif);
  overflow: hidden;
}

.asmorix-projects__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 36px;
}

.asmorix-projects__title {
  margin-bottom: 16px !important;
}

.asmorix-projects__intro {
  margin: 18px auto 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  color: #5b6475;
  font-weight: 500;
}

.asmorix-projects__intro strong {
  color: #111;
  font-weight: 800;
}

.asmorix-projects__slider-wrap {
  position: relative;
  padding: 0 44px 8px;
}

.asmorix-projects__slider {
  overflow: hidden;
  padding: 8px 4px 24px;
}

.asmorix-projects__slider .swiper-wrapper {
  align-items: stretch;
}

.asmorix-projects__slider .swiper-slide {
  height: auto;
  display: flex;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.asmorix-projects__slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.72;
  transform: scale(0.94);
}

.asmorix-projects__slider .swiper-slide-prev .asmorix-project-card,
.asmorix-projects__slider .swiper-slide-next .asmorix-project-card {
  box-shadow:
    0 10px 28px rgba(15, 40, 90, 0.12),
    0 4px 12px rgba(7, 116, 255, 0.1);
}

.asmorix-projects__slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.asmorix-projects__slider .swiper-slide .asmorix-project-card {
  width: 100%;
}

.asmorix-projects__nav {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e6fb;
  border-radius: 50%;
  background: #fff;
  color: #0774FF;
  box-shadow: 0 8px 20px rgba(15, 40, 90, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.asmorix-projects__nav--prev { left: 0; }
.asmorix-projects__nav--next { right: 0; }

.asmorix-projects__nav:hover {
  background: #0774FF;
  border-color: #0774FF;
  color: #fff;
  transform: translateY(-1px);
}

.asmorix-projects__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.asmorix-projects__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #c5d7f0;
  opacity: 1;
  border-radius: 999px;
  transition: width 0.2s ease, background 0.2s ease;
}

.asmorix-projects__pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #0774FF;
}

.asmorix-project-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  min-height: 430px;
  padding: 26px 22px 20px;
  border-radius: 22px;
  background:
    radial-gradient(ellipse 90% 55% at 100% -10%, rgba(7, 116, 255, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 70% 45% at 0% 110%, rgba(255, 193, 7, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(7, 116, 255, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 36px rgba(15, 40, 90, 0.07);
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    background 0.45s ease,
    color 0.45s ease;
  text-align: left;
}

.asmorix-project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0774FF 0%, #FFC107 55%, #ff6900 100%);
  z-index: 1;
}

.asmorix-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(7, 116, 255, 0.35), rgba(255, 255, 255, 0.4) 45%, rgba(255, 193, 7, 0.4));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card {
  transform: translateY(-6px);
  background: linear-gradient(180deg, #187EFF 0%, #0445C5 100%);
  border-color: transparent;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 22px 44px rgba(4, 69, 197, 0.35);
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card::before {
  background: linear-gradient(90deg, #FFC107 0%, #ffffff 50%, #FFC107 100%);
  opacity: 0.9;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card::after {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05) 50%, rgba(1, 51, 150, 0.5));
  opacity: 1;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__num {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__title,
.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__desc,
.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__points li {
  color: #fff;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__desc {
  color: rgba(255, 255, 255, 0.88);
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__icon {
  background: #fff;
  color: #0774FF;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.18),
    0 10px 20px rgba(0, 0, 0, 0.18);
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__icon--orange,
.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__icon--gold {
  background: #fff;
  color: #ff6900;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__points {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__points li::before {
  background: #FFC107;
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.28);
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__meta span {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__meta i {
  color: #FFC107;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__tags {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__tags li {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.asmorix-project-card__shapes {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.asmorix-project-card__shapes img {
  position: absolute;
  z-index: 0;
  transition: all 0.5s ease;
  opacity: 0;
}

.asmorix-project-card__shapes img.one {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.18;
}

.asmorix-project-card__shapes img.two {
  top: -60px;
  right: -60px;
  opacity: 0;
}

.asmorix-project-card__shapes img.three {
  top: -40px;
  right: -40px;
  opacity: 0;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__shapes img.one {
  opacity: 0.55;
  animation: asmorixProjectShapePulse 2.4s ease-in-out infinite;
}

.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__shapes img.two,
.asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__shapes img.three {
  top: 0;
  right: 0;
  opacity: 0.9;
}

@keyframes asmorixProjectShapePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.45;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-projects__slider .swiper-slide-active .asmorix-project-card .asmorix-project-card__shapes img.one {
    animation: none;
  }

  .asmorix-project-card__shapes img {
    transition: none;
  }
}

.asmorix-project-card__num,
.asmorix-project-card__title,
.asmorix-project-card__desc,
.asmorix-project-card__points,
.asmorix-project-card__points li,
.asmorix-project-card__points li::before,
.asmorix-project-card__meta span,
.asmorix-project-card__meta i,
.asmorix-project-card__tags,
.asmorix-project-card__tags li,
.asmorix-project-card__icon {
  transition: background 0.45s ease, color 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}

.asmorix-project-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}

.asmorix-project-card__num {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(7, 116, 255, 0.08);
  border: 1px solid rgba(7, 116, 255, 0.14);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0774FF;
}

.asmorix-project-card__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #0774FF 0%, #055dcf 100%);
  color: #fff;
  font-size: 19px;
  box-shadow:
    0 0 0 4px rgba(7, 116, 255, 0.1),
    0 10px 20px rgba(7, 116, 255, 0.24);
}

.asmorix-project-card__icon--orange {
  background: linear-gradient(145deg, #ff8a1f 0%, #ff6900 100%);
  box-shadow:
    0 0 0 4px rgba(255, 105, 0, 0.1),
    0 10px 20px rgba(255, 105, 0, 0.24);
}

.asmorix-project-card__icon--gold {
  background: linear-gradient(145deg, #FFC107 0%, #f0a500 100%);
  color: #111;
  box-shadow:
    0 0 0 4px rgba(255, 193, 7, 0.14),
    0 10px 20px rgba(255, 193, 7, 0.28);
}

.asmorix-project-card__title,
.asmorix-project-card__desc,
.asmorix-project-card__points,
.asmorix-project-card__meta,
.asmorix-project-card__tags {
  position: relative;
  z-index: 1;
}

.asmorix-project-card__title {
  margin: 0;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.25px;
  color: #000;
}

.asmorix-project-card__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #2a303a;
  font-weight: 500;
  text-align: left;
}

.asmorix-project-card__points {
  list-style: none;
  margin: 4px 0 0;
  padding: 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 116, 255, 0.1);
  box-shadow: 0 6px 16px rgba(15, 40, 90, 0.03);
}

.asmorix-project-card__points li {
  position: relative;
  padding-left: 16px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #0a1f44;
  font-weight: 600;
}

.asmorix-project-card__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6900;
  box-shadow: 0 0 0 2px rgba(255, 105, 0, 0.16);
}

.asmorix-project-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
}

.asmorix-project-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f8ff;
  border: 1px solid #e1ebf8;
  font-size: 12px;
  font-weight: 700;
  color: #3d4a5f;
}

.asmorix-project-card__meta i {
  color: #0774FF;
  font-size: 11px;
}

.asmorix-project-card__tags {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-top: 1px solid rgba(7, 116, 255, 0.08);
}

.asmorix-project-card__tags li {
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  border: 1px solid rgba(7, 116, 255, 0.14);
  color: #0774FF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .asmorix-projects__slider-wrap {
    padding: 0 0 8px;
  }

  .asmorix-projects__nav {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .asmorix-projects {
    padding: 48px 0 56px;
  }

  .asmorix-project-card {
    min-height: 0;
  }
}

/* Training roadmap: equal height + hover blue animation on all boxes */
.rts-feature-area .section-title-btn-area .section-title-area .section-title.asmorix-page-title {
  margin-bottom: 12px !important;
}

.rts-feature-area .section-title-btn-area .section-title-area .desc {
  max-width: 560px;
}

.rts-feature-area .section-title-btn-area .asmorix-roadmap-cta.asmorix-masters__btn {
  flex-shrink: 0;
  max-width: 360px;
  margin: 0;
  padding: 11px 16px 11px 20px;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
  box-shadow: 5px 5px 0 0 #d1d5db;
  font-weight: inherit;
  line-height: inherit;
  text-transform: none;
}

.rts-feature-area .section-title-btn-area .asmorix-roadmap-cta.asmorix-masters__btn:hover {
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 0 #d1d5db;
  filter: brightness(1.03);
}

.rts-feature-area.pb-120 {
  padding-bottom: 60px;
}

.rts-feature-area.pt--120 {
  padding-top: 32px;
}

.asmorix-projects {
  padding-bottom: 24px;
}

.rts-feature-area .section-title-btn-area {
  margin-bottom: 40px;
}

.rts-feature-area .section-inner .inner-separator {
  margin-top: 140px !important;
}

.rts-feature-area .inner-separator.mt--60 {
  margin-top: 140px !important;
}

.rts-feature-area .inner-separator > [class*="col-"].pt--50 {
  padding-top: 40px !important;
}

.rts-feature-area .inner-separator > [class*="col-"] {
  display: flex;
}

.rts-feature-area .inner-separator .feature-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  box-shadow: 0 14px 28px -6px rgba(15, 40, 90, 0.18);
}

.rts-feature-area .inner-separator .feature-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px -6px rgba(15, 40, 90, 0.22);
}

.rts-feature-area .inner-separator .feature-wrapper .content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rts-feature-area .inner-separator .feature-wrapper .content .desc {
  flex: 1 1 auto;
}

.rts-feature-area .inner-separator .feature-wrapper .overlay {
  border-bottom: 7px solid #CCE4FF;
}

.rts-feature-area .inner-separator .feature-wrapper .asmorix-feature-shapes {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.rts-feature-area .inner-separator .feature-wrapper .asmorix-feature-shapes img {
  position: absolute;
  z-index: 0;
  transition: all 0.5s ease;
  opacity: 0;
}

.rts-feature-area .inner-separator .feature-wrapper .asmorix-feature-shapes img.one {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.rts-feature-area .inner-separator .feature-wrapper .asmorix-feature-shapes img.two {
  top: -60px;
  right: -60px;
}

.rts-feature-area .inner-separator .feature-wrapper .asmorix-feature-shapes img.three {
  top: -40px;
  right: -40px;
}

.rts-feature-area .inner-separator .feature-wrapper .icon,
.rts-feature-area .inner-separator .feature-wrapper .content {
  position: relative;
  z-index: 2;
}

.rts-feature-area .inner-separator .feature-wrapper:hover .overlay {
  border-bottom: 7px solid #CCE4FF;
}

.rts-feature-area .inner-separator .feature-wrapper:hover .asmorix-feature-shapes img.one {
  opacity: 0.35;
  animation: asmorixFeatureShapePulse 2.4s ease-in-out infinite;
}

.rts-feature-area .inner-separator .feature-wrapper:hover .asmorix-feature-shapes img.two,
.rts-feature-area .inner-separator .feature-wrapper:hover .asmorix-feature-shapes img.three {
  top: 0;
  right: 0;
  opacity: 0.55;
}

@keyframes asmorixFeatureShapePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.45;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.7;
  }
}

.rts-feature-area .inner-separator .feature-wrapper .asmorix-roadmap-num {
  position: absolute !important;
  left: 50%;
  top: -132px;
  z-index: 5;
  transform: translateX(-50%);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, #0774FF 0%, #055dcf 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 12px 26px rgba(7, 116, 255, 0.28);
  font-family: "Barlow Condensed", "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff !important;
  pointer-events: none;
}

.rts-feature-area .inner-separator .feature-wrapper .asmorix-roadmap-num::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 2px;
  height: 12px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(7, 116, 255, 0.55) 0%, rgba(7, 116, 255, 0.05) 100%);
}

@media screen and (max-width: 992px) {
  .rts-feature-area .inner-separator .feature-wrapper .asmorix-roadmap-num {
    display: none;
  }

  .rts-feature-area .section-inner .inner-separator {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rts-feature-area .inner-separator .feature-wrapper:hover .asmorix-feature-shapes img.one {
    animation: none;
  }

  .rts-feature-area .inner-separator .feature-wrapper .asmorix-feature-shapes img {
    transition: none;
  }
}

/* Python Career Roadmap */
.asmorix-roadmap {
  position: relative;
  padding: 64px 0 80px;
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(7, 116, 255, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(255, 193, 7, 0.1) 0%, transparent 50%),
    #f7fbff;
  font-family: var(--font-secondary, "Inter", sans-serif);
  overflow: hidden;
}

.asmorix-roadmap__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.asmorix-roadmap__title {
  margin-bottom: 16px !important;
}

.asmorix-roadmap__intro {
  margin: 18px auto 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.7;
  color: #5b6475;
  font-weight: 500;
}

.asmorix-roadmap__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.asmorix-roadmap__list::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 6%;
  right: 6%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0774FF 0%, #FFC107 50%, #ff6900 100%);
  opacity: 0.35;
  z-index: 0;
}

.asmorix-roadmap__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 100%;
  padding: 22px 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e1ebf8;
  box-shadow: 0 12px 28px rgba(15, 40, 90, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.asmorix-roadmap__item:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 116, 255, 0.28);
  box-shadow: 0 18px 36px rgba(7, 116, 255, 0.12);
}

.asmorix-roadmap__step {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(7, 116, 255, 0.35);
}

.asmorix-roadmap__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #0774FF 0%, #055dcf 100%);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 20px rgba(7, 116, 255, 0.22);
}

.asmorix-roadmap__icon--orange {
  background: linear-gradient(145deg, #ff8a1f 0%, #ff6900 100%);
  box-shadow: 0 10px 20px rgba(255, 105, 0, 0.22);
}

.asmorix-roadmap__icon--gold {
  background: linear-gradient(145deg, #FFC107 0%, #f0a500 100%);
  color: #111;
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.28);
}

.asmorix-roadmap__item-title {
  margin: 0;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
}

.asmorix-roadmap__item-desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #2a303a;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .asmorix-roadmap__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .asmorix-roadmap__list::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .asmorix-roadmap {
    padding: 48px 0 56px;
  }

  .asmorix-roadmap__list {
    grid-template-columns: 1fr;
  }
}

/* Why Choose Asmorix: compact small cards + even height with blue box */
#why-choose-asmorix.section__padding {
  padding-top: 40px;
  padding-bottom: 28px;
  background: #ffffff;
}

#why-choose-asmorix .row.gy-30 {
  align-items: stretch;
}

#why-choose-asmorix .row.gy-30 > [class*="col-"] {
  display: flex;
}

#why-choose-asmorix .service-two,
#why-choose-asmorix .service-two-small {
  width: 100%;
  height: 100%;
}

/* Shrink blue box padding so it matches small-card height */
#why-choose-asmorix .service-two.style-two {
  align-items: center;
  padding: 28px 28px 24px;
}

#why-choose-asmorix .service-two__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 340px;
}

#why-choose-asmorix .service-two__content .sub__title {
  margin-bottom: 12px;
}

#why-choose-asmorix .service-two__content .title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 16px;
}

#why-choose-asmorix .service-two__image {
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

#why-choose-asmorix .service-two__image img {
  max-width: 140px;
  height: auto;
}

/* Remove empty gap under Expert Mentors / Live Projects text */
#why-choose-asmorix .service-two-small {
  display: flex;
  padding: 24px 24px 20px;
}

#why-choose-asmorix .service-two-small__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#why-choose-asmorix .service-two-small__content .service-icon {
  margin-bottom: 14px;
  height: 48px;
}

#why-choose-asmorix .service-two-small__content .service-title {
  margin-bottom: 8px;
  font-size: 20px;
}

#why-choose-asmorix .service-two-small__content .description {
  margin-bottom: 12px;
  line-height: 1.45;
  font-size: 15px;
  color: #000;
}

#why-choose-asmorix .service-two-small__content .service-btn {
  margin-top: 0;
}

#why-choose-asmorix .service-two__content .asmorix-why-cta.asmorix-masters__btn {
  max-width: 100%;
  width: auto;
  margin-top: 4px;
  padding: 10px 14px 10px 16px;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.18);
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#why-choose-asmorix .service-two__content .asmorix-why-cta .asmorix-masters__btn-sub {
  font-size: 12px;
}

#why-choose-asmorix .service-two__content .asmorix-why-cta .asmorix-masters__btn-main {
  font-size: 14px;
}

#why-choose-asmorix .service-two__content .asmorix-why-cta .asmorix-masters__btn-arrow {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

#why-choose-asmorix .service-two__content .asmorix-why-cta.asmorix-masters__btn:hover {
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.18);
  filter: brightness(1.03);
}

#why-choose-asmorix .rts-section-button .asmorix-why-enquire.asmorix-masters__btn {
  max-width: 360px;
  margin: 0;
  padding: 11px 16px 11px 20px;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
  box-shadow: 5px 5px 0 0 #d1d5db;
  text-transform: none;
  font-weight: inherit;
  line-height: inherit;
}

#why-choose-asmorix .rts-section-button .asmorix-why-enquire.asmorix-masters__btn:hover {
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 0 #d1d5db;
  filter: brightness(1.03);
}

/* Modes of Training - keep original Hostie card design */
#modes-of-training.section__rounded {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  max-width: 100%;
}

#modes-of-training.pricing__bg {
  background: linear-gradient(180deg, #E2EFFF 0%, rgba(239, 246, 255, 0) 100%);
  background-image: linear-gradient(180deg, #E2EFFF 0%, rgba(239, 246, 255, 0) 100%);
  padding-top: 36px;
  padding-bottom: 36px;
}

#modes-of-training .rts-section__description {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

#modes-of-training .rts-section {
  margin-bottom: 0;
}

#modes-of-training .row.g-30.mt--40 {
  margin-top: 28px !important;
}

#modes-of-training a.buy__plan {
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  text-decoration: none;
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  white-space: normal;
  line-height: 1.3;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: 0.03em;
  text-transform: none;
}

#modes-of-training a.buy__plan.btn__two {
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  border-radius: 14px !important;
  position: relative !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

#modes-of-training .single-plan__content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

#modes-of-training .single-plan__content .plan-feature,
#modes-of-training .single-plan__content .plan-feature__list {
  width: 100%;
  align-self: stretch;
}

#modes-of-training .single-plan__content .buy__plan {
  margin-top: auto !important;
  align-self: stretch;
  width: 100% !important;
}

#modes-of-training .single-plan {
  box-shadow: 0 14px 36px rgba(15, 40, 90, 0.14) !important;
  height: 100%;
  padding: 36px 22px !important;
}

#modes-of-training .single-plan__content .plan-feature {
  flex: 1 1 auto;
  width: 100%;
  align-self: stretch;
}

#modes-of-training .single-plan__content .plan-title,
#modes-of-training .single-plan__content .description,
#modes-of-training .single-plan__content .plan-feature,
#modes-of-training .single-plan__content .border-separator {
  max-width: 100%;
}

#modes-of-training .single-plan__content .plan-feature__list {
  text-align: left;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  gap: 14px !important;
  row-gap: 14px !important;
}

#modes-of-training .single-plan__content .plan-feature__list li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#modes-of-training .asmorix-mode-plan .plan-feature__list li span {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
  margin-top: 1px;
}

#modes-of-training .asmorix-mode-plan .plan-feature__list li span i {
  font-size: 10px;
  line-height: 1;
}

/* Blue cards: blue check by default, yellow check on hover */
#modes-of-training .asmorix-mode-plan--check .plan-feature__list li span,
#modes-of-training .asmorix-mode-plan--dot .plan-feature__list li span {
  background: #0774FF;
  border-radius: 50%;
}
#modes-of-training .asmorix-mode-plan--check .plan-feature__list li span i,
#modes-of-training .asmorix-mode-plan--dot .plan-feature__list li span i {
  color: #fff !important;
  font-size: 10px;
}

#modes-of-training .asmorix-mode-plan--check:hover .plan-feature__list li span,
#modes-of-training .asmorix-mode-plan--dot:hover .plan-feature__list li span {
  background: #FFC107;
}
#modes-of-training .asmorix-mode-plan--check:hover .plan-feature__list li span i,
#modes-of-training .asmorix-mode-plan--dot:hover .plan-feature__list li span i {
  color: #152238 !important;
}

/* Online: yellow rounded square arrow */
#modes-of-training .asmorix-mode-plan--arrow .plan-feature__list li span {
  background: #FFC107;
  border-radius: 6px;
}
#modes-of-training .asmorix-mode-plan--arrow .plan-feature__list li span i {
  color: #152238 !important;
  font-size: 11px;
}

#modes-of-training .asmorix-mode-plan--check .buy__plan {
  margin-top: auto !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: #0774FF !important;
  color: #fff !important;
  border: 0 !important;
}

#modes-of-training .asmorix-mode-plan--check .plan-feature__list {
  margin-bottom: 8px !important;
  padding-bottom: 12px !important;
}

#modes-of-training .asmorix-mode-plan--check .buy__plan:hover {
  background: #FFC107 !important;
  color: #111 !important;
  filter: none;
}

/* Match Online (active) button look */
#modes-of-training .asmorix-mode-plan--arrow .buy__plan,
#modes-of-training .asmorix-mode-plan--arrow.active .buy__plan {
  background: #FFC107 !important;
  color: #111 !important;
  border: 0 !important;
}

#modes-of-training .asmorix-mode-plan--arrow .buy__plan:hover,
#modes-of-training .asmorix-mode-plan--arrow.active .buy__plan:hover,
#modes-of-training .asmorix-mode-plan--arrow:hover .buy__plan {
  background: #fff !important;
  color: #152238 !important;
  border: 1px solid #e3e8f0 !important;
}

#modes-of-training .row.g-30 > [class*="col-"] {
  display: flex;
}

#modes-of-training .single-plan:hover,
#modes-of-training .single-plan.active {
  box-shadow: 0 18px 44px rgba(15, 40, 90, 0.2) !important;
}

#modes-of-training .plan-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 8px 16px rgba(7, 116, 255, 0.22));
}

#modes-of-training .plan-icon img {
  width: 56px;
  height: 56px;
  display: block;
}

#modes-of-training .single-plan.active .plan-icon {
  filter: drop-shadow(0 8px 18px rgba(255, 105, 0, 0.28));
}

#modes-of-training .single-plan__content .buy__plan {
  margin-top: 28px;
}

#modes-of-training .plan-title.asmorix-mode-title--narrow {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  text-align: center;
  display: block;
  width: 100%;
}

#modes-of-training .single-plan__content .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 12px;
  text-align: center;
}

#modes-of-training .single-plan__content .border-separator {
  margin: 10px 0 22px !important;
}

/* =========================================================
   Training pages  -  Contrast Timeline comparison
   Scoped to .py-stand on all training pages - does not affect index-six
   ========================================================= */
.py-stand {
  --ps-blue: #0774ff;
  --ps-blue-deep: #0558c7;
  --ps-orange: #ff6900;
  --ps-yellow: #ffc107;
  --ps-ink: #0f172a;
  --ps-muted: #64748b;
  --ps-line: rgba(15, 23, 42, 0.09);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 48px 0 36px;
  background: #ffffff;
}

.py-stand::before {
  display: none;
}

.py-stand::after {
  display: none;
}

.py-stand .py-stand__shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.py-stand .py-stand__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.py-stand .py-stand__title {
  margin: 0 0 14px !important;
  white-space: normal !important;
  color: var(--ps-ink) !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.15 !important;
}

.py-stand .py-stand__lead {
  margin: 0 auto;
  color: var(--ps-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* Timeline contrast */
.py-stand .py-contrast {
  position: relative;
}

.py-stand .py-contrast__heads {
  display: grid;
  grid-template-columns: 1fr 88px 1fr;
  align-items: stretch;
  gap: 14px;
  margin-bottom: 22px;
  padding: 0;
}

.py-stand .py-contrast__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 78px;
  padding: 14px 22px;
  border-radius: 18px;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  overflow: hidden;
}

.py-stand .py-contrast__head-kicker {
  display: inline-flex;
  align-self: flex-start;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.py-stand .py-contrast__head-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.1;
}

.py-stand .py-contrast__head--other {
  align-items: flex-end;
  text-align: right;
  color: #475467;
  background: linear-gradient(135deg, #f1f5f9 0%, #e8edf4 100%);
  border: 1px solid rgba(100, 116, 139, 0.22);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.py-stand .py-contrast__head--other .py-contrast__head-kicker {
  align-self: flex-end;
  color: #64748b;
  background: rgba(100, 116, 139, 0.12);
}

.py-stand .py-contrast__head--other .py-contrast__head-title {
  color: #334155;
}

.py-stand .py-contrast__head--mid {
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 0;
  background: transparent;
  border: 0;
}

.py-stand .py-contrast__vs {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ps-yellow);
  color: #0f172a;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow:
    0 0 0 6px rgba(255, 193, 7, 0.2),
    0 10px 22px rgba(255, 193, 7, 0.35);
}

.py-stand .py-contrast__head--win {
  align-items: flex-start;
  text-align: left;
  color: #fff;
  background: linear-gradient(135deg, #0558c7 0%, #0774ff 48%, #3d94ff 100%);
  border: 1px solid rgba(7, 116, 255, 0.35);
  box-shadow:
    0 14px 32px rgba(7, 116, 255, 0.28),
    inset 0 -3px 0 rgba(255, 193, 7, 0.95);
}

.py-stand .py-contrast__head--win::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -12%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.py-stand .py-contrast__head--win .py-contrast__head-kicker {
  color: #0f172a;
  background: var(--ps-yellow);
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.35);
  position: relative;
  z-index: 1;
}

.py-stand .py-contrast__head--win .py-contrast__head-title {
  color: #fff;
  position: relative;
  z-index: 1;
}

.py-stand .py-contrast__timeline {
  list-style: none;
  margin: 0;
  padding: 12px 0 8px;
  position: relative;
}

.py-stand .py-contrast__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(255, 105, 0, 0.15),
    rgba(255, 193, 7, 0.55) 20%,
    rgba(7, 116, 255, 0.55) 80%,
    rgba(7, 116, 255, 0.12)
  );
}

.py-stand .py-contrast__node {
  display: grid;
  grid-template-columns: 1fr 140px 1fr;
  gap: 16px;
  align-items: center;
  margin: 0 0 22px;
  position: relative;
}

.py-stand .py-contrast__node:last-child {
  margin-bottom: 0;
}

.py-stand .py-contrast__hub {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.py-stand .py-contrast__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--ps-yellow);
  box-shadow:
    0 0 0 5px rgba(255, 193, 7, 0.18),
    0 8px 18px rgba(15, 23, 42, 0.1);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.py-stand .py-contrast__node:nth-child(even) .py-contrast__dot {
  border-color: var(--ps-blue);
  box-shadow:
    0 0 0 5px rgba(7, 116, 255, 0.16),
    0 8px 18px rgba(15, 23, 42, 0.1);
}

.py-stand .py-contrast__label {
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ps-line);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ps-ink);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
  white-space: nowrap;
}

.py-stand .py-contrast__side {
  display: flex;
  min-width: 0;
}

.py-stand .py-contrast__side--other {
  justify-content: flex-end;
  text-align: left;
}

.py-stand .py-contrast__side--win {
  justify-content: flex-start;
}

.py-stand .py-contrast__card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  width: 100%;
  max-width: 560px;
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    opacity 0.3s ease;
}

.py-stand .py-contrast__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.py-stand .py-contrast__card-ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}

.py-stand .py-contrast__card--other {
  color: #475467;
  background: linear-gradient(145deg, #fff6ef 0%, #ffefe4 100%);
  border: 1px solid rgba(255, 105, 0, 0.18);
  box-shadow: inset 3px 0 0 #ff6900;
  cursor: default;
}

.py-stand .py-contrast__card--other .py-contrast__card-ico {
  background: rgba(217, 45, 32, 0.1);
  color: #d92d20;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.py-stand .py-contrast__card--other p {
  font-weight: 500;
}

.py-stand .py-contrast__card--other:hover {
  transform: translateY(-3px) translateX(-2px);
  background: linear-gradient(145deg, #ffffff 0%, #fff1e6 100%);
  border-color: rgba(255, 105, 0, 0.4);
  box-shadow:
    inset 3px 0 0 var(--ps-orange),
    0 12px 28px rgba(255, 105, 0, 0.12);
  color: #334155;
}

.py-stand .py-contrast__card--other:hover .py-contrast__card-ico {
  transform: scale(1.08) rotate(-6deg);
  background: rgba(255, 105, 0, 0.14);
  color: var(--ps-orange);
  box-shadow: 0 6px 14px rgba(255, 105, 0, 0.2);
}

.py-stand .py-contrast__card--win {
  color: var(--ps-ink);
  background: linear-gradient(145deg, #f3f8ff 0%, #e8f1ff 100%);
  border: 1px solid rgba(7, 116, 255, 0.22);
  box-shadow:
    inset 3px 0 0 var(--ps-blue),
    0 10px 24px rgba(7, 116, 255, 0.1);
}

.py-stand .py-contrast__card--win .py-contrast__card-ico {
  background: linear-gradient(145deg, var(--ps-blue), var(--ps-blue-deep));
  color: #fff;
  box-shadow: 0 6px 14px rgba(7, 116, 255, 0.3);
}

.py-stand .py-contrast__card--win p {
  font-weight: 600;
}

.py-stand .py-contrast__node:hover .py-contrast__dot {
  transform: scale(1.12);
}

.py-stand .py-contrast__node:hover .py-contrast__card--win {
  transform: translateY(-2px);
  border-color: rgba(255, 193, 7, 0.65);
  box-shadow:
    inset 3px 0 0 var(--ps-yellow),
    0 14px 30px rgba(255, 193, 7, 0.22);
}

.py-stand .py-contrast__node:hover .py-contrast__card--other {
  opacity: 1;
}

/* Proof */
.py-stand .py-stand__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  padding-top: 8px;
  border-top: 1px solid var(--ps-line);
}

.py-stand .py-stand__proof-item {
  padding: 20px 18px;
  text-align: center;
  position: relative;
}

.py-stand .py-stand__proof-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  width: 1px;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.12), transparent);
}

.py-stand .py-stand__proof-item strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 650;
  color: var(--ps-ink);
  margin-bottom: 4px;
}

.py-stand .py-stand__proof-item span {
  font-size: 13.5px;
  color: var(--ps-muted);
}

.py-stand .py-stand__proof-item:nth-child(1) strong { color: var(--ps-blue); }
.py-stand .py-stand__proof-item:nth-child(2) strong { color: var(--ps-orange); }

.py-stand .py-stand__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 640px;
  margin: 28px auto 0;
  padding: 16px 24px;
  border-radius: 12px;
  background: #ffd200;
  color: #111111;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(255, 210, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.py-stand .py-stand__cta:hover {
  color: #111111;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 210, 0, 0.45);
}

.py-stand .py-stand__cta-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
  min-width: 0;
}

.py-stand .py-stand__cta-sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  color: #111111;
}

.py-stand .py-stand__cta-main {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111111;
}

.py-stand .py-stand__cta-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #111111;
  transition: transform 0.25s ease;
}

.py-stand .py-stand__cta:hover .py-stand__cta-arrow {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .py-stand {
    padding: 40px 0 28px;
  }

  .py-stand .py-contrast__heads {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .py-stand .py-contrast__head--other,
  .py-stand .py-contrast__head--win {
    align-items: flex-start;
    text-align: left;
  }

  .py-stand .py-contrast__head--other .py-contrast__head-kicker {
    align-self: flex-start;
  }

  .py-stand .py-contrast__head--mid {
    justify-self: center;
    min-height: 54px;
  }

  .py-stand .py-contrast__timeline::before {
    left: 18px;
    transform: none;
  }

  .py-stand .py-contrast__node {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px 14px;
    margin-bottom: 28px;
  }

  .py-stand .py-contrast__hub {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 10px;
  }

  .py-stand .py-contrast__label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 10px 6px;
    font-size: 11px;
  }

  .py-stand .py-contrast__side--other {
    grid-column: 2;
    justify-content: flex-start;
  }

  .py-stand .py-contrast__side--win {
    grid-column: 2;
  }

  .py-stand .py-contrast__card {
    max-width: none;
  }

  .py-stand .py-stand__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .py-stand .py-stand__proof-item:nth-child(2)::after {
    display: none;
  }

  .py-stand .py-stand__cta {
    padding: 16px 18px;
    gap: 14px;
  }

  .py-stand .py-stand__cta-sub {
    font-size: 13px;
  }

  .py-stand .py-stand__cta-main {
    font-size: 18px;
  }

  .py-stand .py-stand__cta-arrow {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .py-stand .py-stand__shell {
    width: calc(100% - 28px);
  }

  .py-stand .py-stand__proof {
    grid-template-columns: 1fr;
  }

  .py-stand .py-stand__proof-item:not(:last-child)::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .py-stand .py-contrast__dot,
  .py-stand .py-contrast__card,
  .py-stand .py-contrast__card-ico {
    transition: none;
  }

  .py-stand .py-contrast__card--other:hover,
  .py-stand .py-contrast__node:hover .py-contrast__card--win {
    transform: none;
  }
}

/* Explore Our Solutions  -  tab titles left-aligned */
#best-services .rts-service-four__tab .single__tab {
  align-items: center;
  justify-content: flex-start;
}

#best-services .rts-service-four__tab .single__tab .tab__title {
  flex: 1;
  white-space: normal;
  line-height: 1.25;
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}

#best-services .asmorix-solutions__title {
  white-space: normal !important;
  font-family: "Barlow Condensed", "Inter Tight", sans-serif !important;
  font-weight: 600 !important;
}

/* Placement Eligibility  -  read more expand */
#best-services #eligibility .asmorix-elig__lead,
#best-services #careers .asmorix-elig__lead,
#best-services #skills .asmorix-elig__lead,
#best-services #coding .asmorix-elig__lead,
#best-services #mock .asmorix-elig__lead,
#best-services #placement .asmorix-elig__lead {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 400;
}

#best-services #eligibility .asmorix-elig__toggle,
#best-services #careers .asmorix-elig__toggle,
#best-services #skills .asmorix-elig__toggle,
#best-services #coding .asmorix-elig__toggle,
#best-services #mock .asmorix-elig__toggle,
#best-services #placement .asmorix-elig__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: left;
}

#best-services #eligibility .asmorix-elig__toggle i,
#best-services #careers .asmorix-elig__toggle i,
#best-services #skills .asmorix-elig__toggle i,
#best-services #coding .asmorix-elig__toggle i,
#best-services #mock .asmorix-elig__toggle i,
#best-services #placement .asmorix-elig__toggle i {
  font-family: var(--fontawesome);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  transition: transform 0.3s ease;
  font-size: 13px;
}

#best-services #eligibility .asmorix-elig__toggle.is-open i,
#best-services #careers .asmorix-elig__toggle.is-open i,
#best-services #skills .asmorix-elig__toggle.is-open i,
#best-services #coding .asmorix-elig__toggle.is-open i,
#best-services #mock .asmorix-elig__toggle.is-open i,
#best-services #placement .asmorix-elig__toggle.is-open i {
  transform: rotate(90deg);
}

#best-services .asmorix-elig__panel {
  margin-top: 28px;
  width: 100%;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(7, 116, 255, 0.12);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

#best-services .asmorix-elig__expect-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

#best-services .asmorix-elig__panel[hidden] {
  display: none !important;
}

#best-services .asmorix-elig__panel-inner {
  padding: 24px 26px 28px;
  color: #334155;
}

#best-services .asmorix-elig__panel-title {
  margin: 0 0 10px;
  font-family: "Poppins", "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #ff6900;
}

#best-services .asmorix-elig__panel-inner > .asmorix-elig__panel-title:not(:first-child) {
  margin-top: 22px;
}

#best-services .asmorix-elig__panel-inner p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #475467;
}

#best-services .asmorix-elig__panel-inner p strong {
  color: #4b6280;
  font-weight: 700;
}

#best-services .asmorix-elig__expect-list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border-radius: 12px;
  background: #f5f8ff;
  border: 1px solid rgba(7, 116, 255, 0.1);
  font-size: 14.5px;
  line-height: 1.5;
  color: #334155;
  font-weight: 500;
}

#best-services .asmorix-elig__expect-list li::before {
  content: "\f00c";
  font-family: var(--fontawesome);
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0774ff;
  color: #fff;
  font-size: 10px;
  display: grid;
  place-items: center;
}

#best-services .asmorix-elig__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  background: #ffd200;
  color: #111111;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}

#best-services .asmorix-elig__cta:hover {
  color: #111111;
  filter: brightness(1.04);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  #best-services .asmorix-elig__expect-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  #best-services .asmorix-elig__panel-inner {
    padding: 18px 16px 22px;
  }
}

#best-services #eligibility .tab__content--details button.all-feature,
#best-services #careers .tab__content--details button.all-feature,
#best-services #skills .tab__content--details button.all-feature,
#best-services #coding .tab__content--details button.all-feature,
#best-services #mock .tab__content--details button.all-feature,
#best-services #placement .tab__content--details button.all-feature {
  color: #ffd200 !important;
  text-decoration: none;
  font-weight: 600;
}

#best-services #eligibility .tab__content--details .feature__list,
#best-services #careers .tab__content--details .feature__list,
#best-services #skills .tab__content--details .feature__list,
#best-services #coding .tab__content--details .feature__list,
#best-services #mock .tab__content--details .feature__list,
#best-services #placement .tab__content--details .feature__list {
  grid-template-columns: 1fr;
}

/* Testimonials  -  royal blue 2-card layout */
.asmorix-tms {
  position: relative;
  overflow: hidden;
  background: #0733b6;
  padding: 90px 0 96px;
}

.asmorix-tms > .container {
  position: relative;
  z-index: 1;
}

.asmorix-tms__floats {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.asmorix-tms__floats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.15px, transparent 1.2px);
  background-size: 20px 20px;
  opacity: 0.38;
}

.asmorix-tms__floats::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 35%, transparent 80%);
}

.asmorix-tms__pattern--ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
}

.asmorix-tms__pattern--ring-1 {
  width: 280px;
  height: 280px;
  top: -90px;
  right: -60px;
  border-color: rgba(255, 210, 0, 0.16);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.04);
}

.asmorix-tms__pattern--ring-2 {
  width: 220px;
  height: 220px;
  bottom: -70px;
  left: -50px;
  box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.035);
}

.asmorix-tms__pattern--ring-3 {
  width: 140px;
  height: 140px;
  top: 42%;
  right: 6%;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.16);
}

.asmorix-tms__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.asmorix-tms__glow--1 {
  width: 360px;
  height: 360px;
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
  animation: tms-glow-drift 12s ease-in-out infinite;
}

.asmorix-tms__glow--2 {
  width: 320px;
  height: 320px;
  right: -70px;
  bottom: -110px;
  background: radial-gradient(circle, rgba(255, 210, 0, 0.18), transparent 70%);
  animation: tms-glow-drift 14s ease-in-out infinite reverse;
}

.asmorix-tms__float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 17px;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 16px rgba(4, 16, 70, 0.12);
  animation: tms-float-bob 5.6s ease-in-out infinite;
}

.asmorix-tms__float--1 {
  top: 10%;
  left: 4%;
  color: #ffd200;
  background: rgba(255, 210, 0, 0.2);
  border-color: rgba(255, 210, 0, 0.5);
}

.asmorix-tms__float--2 {
  top: 14%;
  right: 5%;
  animation-delay: 0.5s;
  animation-duration: 6.2s;
  color: #ffd200;
  background: rgba(255, 210, 0, 0.2);
  border-color: rgba(255, 210, 0, 0.5);
}

.asmorix-tms__float--3 {
  top: 46%;
  left: 2.5%;
  animation-delay: 1s;
  animation-duration: 6.8s;
  color: #7db7ff;
  background: rgba(125, 183, 255, 0.2);
  border-color: rgba(125, 183, 255, 0.5);
}

.asmorix-tms__float--4 {
  top: 50%;
  right: 3%;
  animation-delay: 0.3s;
  animation-duration: 5.9s;
  color: #ff8a5b;
  background: rgba(255, 122, 0, 0.2);
  border-color: rgba(255, 138, 91, 0.5);
}

.asmorix-tms__float--5 {
  bottom: 14%;
  left: 7%;
  animation-delay: 1.4s;
  animation-duration: 6.4s;
  color: #7cffb2;
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(74, 222, 128, 0.5);
}

.asmorix-tms__float--6 {
  bottom: 12%;
  right: 8%;
  animation-delay: 0.8s;
  animation-duration: 7s;
  color: #ffd200;
  background: rgba(255, 210, 0, 0.2);
  border-color: rgba(255, 210, 0, 0.5);
}

.asmorix-tms__float--7 {
  top: 32%;
  left: 11%;
  width: 46px;
  height: 46px;
  font-size: 18px;
  animation-delay: 1.7s;
  color: #e9a8ff;
  background: rgba(168, 85, 247, 0.2);
  border-color: rgba(233, 168, 255, 0.5);
}

.asmorix-tms__float--8 {
  top: 36%;
  right: 12%;
  width: 46px;
  height: 46px;
  font-size: 18px;
  animation-delay: 2s;
  animation-duration: 5.4s;
  color: #5eead4;
  background: rgba(20, 184, 166, 0.2);
  border-color: rgba(94, 234, 212, 0.5);
}

@keyframes tms-float-bob {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-12px) rotate(6deg) scale(1.06);
    opacity: 1;
  }
}

@keyframes tms-glow-drift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(18px, 12px); }
}

@keyframes tms-card-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tms-bar-shine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes tms-star-twinkle {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes tms-avatar-soft {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.asmorix-tms__head {
  text-align: center;
  margin-bottom: 42px;
}

.asmorix-tms .asmorix-tms__title.asmorix-page-title,
.asmorix-tms .asmorix-tms__title.asmorix-page-title .asmorix-title-accent {
  color: #ffffff !important;
}

.asmorix-tms__slider-wrap {
  position: relative;
  padding: 0 56px;
  text-align: center;
}

.asmorix-tms__slider .swiper-slide {
  display: flex;
  justify-content: center;
}

.asmorix-tms__slider .swiper-slide-active .asmorix-tms__card {
  animation: tms-card-in 0.55s ease both;
}

.asmorix-tms__card {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 40px 48px 36px;
  text-align: left;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(7, 51, 182, 0.08);
  box-shadow:
    0 8px 20px rgba(15, 40, 90, 0.05),
    0 22px 48px rgba(7, 51, 182, 0.1);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.asmorix-tms__card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 14px 28px rgba(15, 40, 90, 0.08),
    0 28px 56px rgba(7, 51, 182, 0.14);
}

.asmorix-tms__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ffd200 0%, #ffc107 40%, #0774ff 100%);
  background-size: 200% 100%;
  animation: tms-bar-shine 4.5s linear infinite;
}

.asmorix-tms__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #0733b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-70%);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.asmorix-tms__nav--prev { left: 0; }
.asmorix-tms__nav--next { right: 0; }

.asmorix-tms__nav:hover {
  background: #ffd200;
  color: #111111;
  transform: translateY(-70%) scale(1.08);
}

.asmorix-tms__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.asmorix-tms__cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: auto;
  max-width: calc(100% - 16px);
  margin: 28px auto 0;
  padding: 16px 22px 16px 24px;
  border-radius: 14px;
  background: #ffd200;
  color: #111111 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(255, 210, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.asmorix-tms__cta:hover {
  color: #111111 !important;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 210, 0, 0.4);
}

.asmorix-tms__cta-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  text-align: left;
}

.asmorix-tms__cta-sub {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #111111;
}

.asmorix-tms__cta-main {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111111;
}

.asmorix-tms__cta-arrow {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
  color: #111111;
  transition: transform 0.25s ease;
}

.asmorix-tms__cta:hover .asmorix-tms__cta-arrow {
  transform: translateX(4px);
}

.asmorix-tms__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.asmorix-tms__pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 999px;
  background: #ffd200;
}

.asmorix-tms__card-title {
  margin: 0 0 12px;
  color: #152238;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.asmorix-tms__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  color: #ffb400;
  font-size: 14px;
}

.asmorix-tms__stars i {
  display: inline-block;
  animation: tms-star-twinkle 1.8s ease-in-out infinite;
}

.asmorix-tms__stars i:nth-child(2) { animation-delay: 0.12s; }
.asmorix-tms__stars i:nth-child(3) { animation-delay: 0.24s; }
.asmorix-tms__stars i:nth-child(4) { animation-delay: 0.36s; }
.asmorix-tms__stars i:nth-child(5) { animation-delay: 0.48s; }

.asmorix-tms__quote {
  margin: 0 0 28px;
  color: #475467;
  font-size: 15.5px;
  line-height: 2;
  font-weight: 400;
}

.asmorix-tms__quote strong {
  color: #4b6280;
  font-weight: 700;
}

.asmorix-tms__person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.asmorix-tms__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffd200;
  color: #111111;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  animation: tms-avatar-soft 3s ease-in-out infinite;
}

.asmorix-tms__meta {
  min-width: 0;
}

.asmorix-tms__meta strong {
  display: block;
  color: #152238;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.asmorix-tms__meta span {
  display: block;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .asmorix-tms__float--7,
  .asmorix-tms__float--8 {
    display: none;
  }

  .asmorix-tms {
    padding: 64px 0 70px;
  }

  .asmorix-tms__slider-wrap {
    padding: 0 44px;
  }

  .asmorix-tms__card {
    padding: 28px 24px 24px;
  }
}

@media (max-width: 575px) {
  .asmorix-tms__float--3,
  .asmorix-tms__float--4,
  .asmorix-tms__float--5 {
    display: none;
  }

  .asmorix-tms__float {
    width: 42px;
    height: 42px;
    font-size: 16px;
    border-radius: 12px;
  }

  .asmorix-tms__slider-wrap {
    padding: 0;
  }

  .asmorix-tms__nav {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .asmorix-tms__nav--prev { left: 12px; }
  .asmorix-tms__nav--next { right: 12px; }

  .asmorix-tms__pagination {
    margin-top: 56px;
  }

  .asmorix-tms__cta {
    margin-top: 22px;
    padding: 14px 16px 14px 18px;
    gap: 12px;
    border-radius: 14px;
  }

  .asmorix-tms__cta-sub {
    font-size: 13px;
  }

  .asmorix-tms__cta-main {
    font-size: 14px;
  }

  .asmorix-tms__cta-arrow {
    font-size: 18px;
  }
}

.asmorix-tms__pagination .swiper-pagination-bullet {
  transition: width 0.3s ease, background 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .asmorix-tms__card,
  .asmorix-tms__card::before,
  .asmorix-tms__stars i,
  .asmorix-tms__avatar,
  .asmorix-tms__float,
  .asmorix-tms__glow,
  .asmorix-tms__slider .swiper-slide-active .asmorix-tms__card {
    animation: none !important;
  }
}

/* Python Course FAQs */
.asmorix-pyfaq {
  background: #ffffff;
  padding: 72px 0 36px;
}

.asmorix-pyfaq__head {
  text-align: center;
  margin-bottom: 40px;
}

.asmorix-pyfaq__layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.asmorix-pyfaq__topics {
  position: sticky;
  top: 96px;
  padding: 20px 14px;
  border-radius: 20px;
  background: #0733b6;
  box-shadow: 0 16px 36px rgba(7, 51, 182, 0.22);
}

.asmorix-pyfaq__topics-label {
  margin: 0 10px 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.asmorix-pyfaq__topic {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 8px;
  padding: 12px 12px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 0.22s ease, transform 0.22s ease;
}

.asmorix-pyfaq__topic:hover {
  background: rgba(255, 255, 255, 0.1);
}

.asmorix-pyfaq__topic.is-active {
  background: #ffffff;
}

.asmorix-pyfaq__topic-ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  color: #ffd200;
  font-size: 15px;
}

.asmorix-pyfaq__topic.is-active .asmorix-pyfaq__topic-ico {
  background: #ffd200;
  color: #111111;
}

.asmorix-pyfaq__topic-copy {
  flex: 1;
  min-width: 0;
}

.asmorix-pyfaq__topic-copy strong {
  display: block;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
}

.asmorix-pyfaq__topic.is-active .asmorix-pyfaq__topic-copy strong {
  color: #152238;
}

.asmorix-pyfaq__topic-copy em {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.asmorix-pyfaq__topic.is-active .asmorix-pyfaq__topic-copy em {
  color: #7a8aa0;
}

.asmorix-pyfaq__topic-go {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
}

.asmorix-pyfaq__topic.is-active .asmorix-pyfaq__topic-go {
  color: #0774ff;
}

.asmorix-pyfaq__panels {
  min-width: 0;
}

.asmorix-pyfaq__panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.asmorix-pyfaq__panel[hidden] {
  display: none !important;
}

.asmorix-pyfaq__item {
  position: relative;
  margin: 0;
  border: 1px solid #dce6f4;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(21, 34, 56, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.asmorix-pyfaq__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: transparent;
  transition: background 0.25s ease;
}

.asmorix-pyfaq__item:hover {
  border-color: #b9d4ff;
  box-shadow: 0 10px 24px rgba(7, 116, 255, 0.08);
}

.asmorix-pyfaq__item.is-open {
  border-color: #0774ff;
  box-shadow: 0 14px 32px rgba(7, 51, 182, 0.12);
}

.asmorix-pyfaq__item.is-open::before {
  background: linear-gradient(180deg, #ffd200 0%, #0774ff 100%);
}

.asmorix-pyfaq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 18px 16px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #152238;
}

.asmorix-pyfaq__q-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.asmorix-pyfaq__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: #0733b6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.asmorix-pyfaq__item.is-open .asmorix-pyfaq__num {
  background: #ffd200;
  color: #111111;
  box-shadow: 0 4px 10px rgba(255, 210, 0, 0.35);
}

.asmorix-pyfaq__q-text {
  color: #152238;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.asmorix-pyfaq__item.is-open .asmorix-pyfaq__q-text {
  color: #0733b6;
}

.asmorix-pyfaq__toggle {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f6fb;
  color: #5b6b82;
  transition: background 0.25s ease, color 0.25s ease, transform 0.28s ease;
}

.asmorix-pyfaq__toggle i {
  font-size: 13px;
  line-height: 1;
}

.asmorix-pyfaq__item:hover .asmorix-pyfaq__toggle {
  background: #e8f1ff;
  color: #0774ff;
}

.asmorix-pyfaq__item.is-open .asmorix-pyfaq__toggle {
  background: #0733b6;
  color: #ffffff;
  transform: rotate(45deg);
}

.asmorix-pyfaq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}

.asmorix-pyfaq__item.is-open .asmorix-pyfaq__a {
  grid-template-rows: 1fr;
}

.asmorix-pyfaq__a-inner {
  overflow: hidden;
}

.asmorix-pyfaq__a p {
  margin: 0 18px 18px 66px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f6f9ff;
  border: 1px solid #e4edfb;
  color: #475467;
  font-size: 15px;
  line-height: 1.75;
}

.asmorix-pyfaq__a a {
  color: #0733b6;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.asmorix-pyfaq__a a:hover {
  color: #ff6900;
}

@media (max-width: 991px) {
  .asmorix-pyfaq {
    padding: 56px 0 28px;
  }

  .asmorix-pyfaq__layout {
    grid-template-columns: 1fr;
  }

  .asmorix-pyfaq__topics {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* ========== 24/7 SUPPORT ========== */
.asmorix-support-247 {
  background: #ffffff;
  padding-top: 48px;
  padding-bottom: 24px;
}

.asmorix-support-247 .rts-support__wrapper.bg-white {
  background: #ffffff;
  border-radius: 16px;
  transform: translateY(-10px);
  box-shadow:
    0 8px 20px rgba(15, 40, 90, 0.08),
    0 22px 48px rgba(7, 51, 182, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  gap: 28px;
  align-items: center;
}

.asmorix-support-247 .rts-support__wrapper.bg-white:hover {
  transform: translateY(-14px);
  box-shadow:
    0 12px 28px rgba(15, 40, 90, 0.1),
    0 28px 56px rgba(7, 51, 182, 0.16);
}

.asmorix-support-247 .rts-support__wrapper--content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  width: 100%;
}

.asmorix-support-247 .rts-support__wrapper--content .title.asmorix-page-title {
  font-size: 35px !important;
  margin-bottom: 16px !important;
  max-width: none;
}

.asmorix-support-247 .rts-support__wrapper--content p {
  color: #5b6b82;
  font-size: 16px;
  line-height: 1.7;
  max-width: none;
  width: 100%;
}

.asmorix-support-247 .rts-support__wrapper--content .feature {
  width: 100%;
}

.asmorix-support-247 .rts-support__wrapper--content .feature__list {
  width: 100%;
  column-count: 2;
  column-gap: 28px;
}

.asmorix-support-247 .asmorix-support-cta.asmorix-masters__btn {
  display: inline-flex;
  width: auto;
  max-width: 360px;
  margin-top: 4px;
  border: 0 !important;
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
  box-shadow: 5px 5px 0 0 #d1d5db;
  text-transform: none;
}

.asmorix-support-247 .asmorix-support-cta.asmorix-masters__btn:hover {
  background: linear-gradient(90deg, #FFD200 0%, #FFBE00 100%) !important;
  color: #111 !important;
  border-color: transparent !important;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 0 #d1d5db;
  filter: brightness(1.03);
}

.asmorix-support-247 .rts-support__wrapper--image {
  flex: 0 0 auto;
  max-width: 280px;
  width: 32%;
}

.asmorix-support-247 .rts-support__wrapper--image img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .asmorix-support-247 .rts-support__wrapper--image {
    max-width: 240px;
    width: 36%;
  }
}

@media screen and (max-width: 768px) {
  .asmorix-support-247 .rts-support__wrapper--image {
    max-width: 220px;
    width: 100%;
  }

  .asmorix-support-247 .rts-support__wrapper--content .feature__list {
    column-count: 1;
  }
}

/* ========== TRUST RATINGS BAR ========== */
.asmorix-trustbar {
  padding: 36px 0 48px;
  background: #ffffff;
}

.asmorix-trustbar__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px 40px;
  padding: 28px 36px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow:
    0 4px 10px rgba(15, 23, 42, 0.04),
    0 14px 36px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.04);
}

.asmorix-trustbar__title {
  margin: 0;
  flex: 0 1 320px;
  max-width: 320px;
  color: #0b1b36;
  font-family: "Rajdhani", Sans-serif;
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.asmorix-trustbar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}

.asmorix-trustbar__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 0 28px;
  min-width: 150px;
}

.asmorix-trustbar__item:first-child {
  padding-left: 8px;
}

.asmorix-trustbar__item:last-child {
  padding-right: 0;
}

.asmorix-trustbar__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 46px;
  background: #e5e7eb;
}

.asmorix-trustbar__score {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.asmorix-trustbar__icon,
.asmorix-trustbar__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.asmorix-trustbar__icon {
  object-fit: contain;
}

.asmorix-trustbar__brand svg {
  display: block;
  width: 28px;
  height: 28px;
}

.asmorix-trustbar__value {
  color: #111827;
  font-family: "Rajdhani", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.asmorix-trustbar__star {
  color: #f5b400;
  font-size: 16px;
  line-height: 1;
  margin-top: 1px;
}

.asmorix-trustbar__label {
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

@media (max-width: 1199px) {
  .asmorix-trustbar__card {
    padding: 24px 26px;
    gap: 22px;
  }

  .asmorix-trustbar__item {
    min-width: 132px;
    padding: 0 18px;
  }

  .asmorix-trustbar__value {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .asmorix-trustbar__card {
    flex-direction: column;
    align-items: flex-start;
  }

  .asmorix-trustbar__title {
    max-width: none;
    flex: none;
  }

  .asmorix-trustbar__list {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 18px;
  }

  .asmorix-trustbar__item {
    flex: 1 1 40%;
    min-width: 140px;
    padding: 0 12px 0 0;
  }

  .asmorix-trustbar__item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .asmorix-trustbar {
    padding: 28px 0 36px;
  }

  .asmorix-trustbar__card {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .asmorix-trustbar__title {
    font-size: 22px;
  }

  .asmorix-trustbar__item {
    flex: 1 1 100%;
  }
}

/* ========== HIRING PARTNERS ========== */
.asmorix-partners {
  background: #ffffff;
}

.asmorix-partners__marquee::before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.asmorix-partners__marquee::after {
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.asmorix-partners__marquee {
  gap: 28px;
}

.asmorix-partners__row {
  overflow: hidden;
  padding: 8px 0;
}

.asmorix-partners__card {
  border-color: rgba(15, 23, 42, 0.16);
  box-sizing: border-box;
  width: 168px;
  height: 92px;
  min-height: 92px;
  padding: 10px 12px;
  overflow: hidden;
}

.asmorix-partners__card img {
  max-width: 140px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.asmorix-partners__card img[src*="intel.svg"],
.asmorix-partners__card img[src*="infosys.svg"] {
  max-width: 108px;
  max-height: 42px;
}

/* ========== LATEST INSIGHTS ========== */
.asmorix-insights {
  padding: 28px 0 36px;
  background: #ffffff;
}

.asmorix-insights__head {
  text-align: center;
  margin-bottom: 28px;
}

.asmorix-insights__slider-wrap {
  position: relative;
  padding: 0 44px 8px;
}

.asmorix-insights__slider {
  overflow: hidden;
  padding: 8px 4px 24px;
}

.asmorix-insights__slider .swiper-wrapper {
  align-items: stretch;
}

.asmorix-insights__slider .swiper-slide {
  height: auto;
}

.asmorix-insights__nav {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e6fb;
  border-radius: 50%;
  background: #fff;
  color: #0774FF;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.asmorix-insights__nav--prev { left: 0; }
.asmorix-insights__nav--next { right: 0; }

.asmorix-insights__nav:hover {
  background: #0774FF;
  border-color: #0774FF;
  color: #fff;
  transform: translateY(-1px);
}

.asmorix-insights__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.asmorix-insights__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #c5d7f0;
  opacity: 1;
  border-radius: 999px;
  transition: width 0.2s ease, background 0.2s ease;
}

.asmorix-insights__pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #0774FF;
}

.asmorix-insights__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f7fb;
  box-shadow: 0 10px 28px rgba(21, 34, 56, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.asmorix-insights__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(21, 34, 56, 0.1);
}

.asmorix-insights__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #dfe7f5;
}

.asmorix-insights__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.asmorix-insights__card:hover .asmorix-insights__media img {
  transform: scale(1.04);
}

.asmorix-insights__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}

.asmorix-insights__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 12px;
  color: #7b88c9;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
}

.asmorix-insights__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.asmorix-insights__meta i {
  color: #6b5cff;
  font-size: 12px;
}

.asmorix-insights__card-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: #152238;
}

.asmorix-insights__card-title a {
  color: inherit;
  text-decoration: none;
}

.asmorix-insights__card-title a:hover {
  color: #0733b6;
}

.asmorix-insights__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #152238;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.asmorix-insights__more i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.asmorix-insights__more:hover {
  color: #0733b6;
}

.asmorix-insights__more:hover i {
  transform: translateX(3px);
}

@media (max-width: 991px) {
  .asmorix-insights__slider-wrap {
    padding: 0 0 8px;
  }

  .asmorix-insights__nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .asmorix-insights {
    padding: 20px 0 24px;
  }

  .asmorix-insights__card-title {
    font-size: 17px;
  }
}

.asmorix-sitemap {
  background: #ffffff;
  padding: 28px 0 48px;
}

.asmorix-sitemap__head {
  text-align: center;
  margin-bottom: 28px;
}

.asmorix-sitemap__head p {
  margin: 10px 0 0;
  color: #5b6b82;
  font-size: 15px;
}

.asmorix-sitemap__head--sub {
  margin-top: 22px;
  margin-bottom: 10px;
}

.asmorix-sitemap__head--sub h3 {
  margin: 0;
  color: #152238;
  font-size: 18px;
  font-weight: 800;
}

.asmorix-related__slider-wrap {
  position: relative;
  padding: 0 44px 8px;
}

.asmorix-related__slider {
  overflow: hidden;
  padding: 8px 4px 24px;
}

.asmorix-related__slider .swiper-wrapper {
  align-items: stretch;
}

.asmorix-related__slider .swiper-slide {
  height: auto;
}

.asmorix-related__nav {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e6fb;
  border-radius: 50%;
  background: #fff;
  color: #0774FF;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.asmorix-related__nav--prev { left: 0; }
.asmorix-related__nav--next { right: 0; }

.asmorix-related__nav:hover {
  background: #0774FF;
  border-color: #0774FF;
  color: #fff;
  transform: translateY(-1px);
}

.asmorix-related__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.asmorix-related__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #c5d7f0;
  opacity: 1;
  border-radius: 999px;
  transition: width 0.2s ease, background 0.2s ease;
}

.asmorix-related__pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #0774FF;
}

.asmorix-related__card {
  --rc-accent: #3b82f6;
  --rc-accent-rgb: 59, 130, 246;
  --rc-glow: rgba(59, 130, 246, 0.35);
  --rc-bg: linear-gradient(145deg, #3b82f6 0%, #2563eb 100%);
  --rc-ink: #ffffff;
  --rc-muted: rgba(255, 255, 255, 0.9);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  padding: 24px 22px 22px;
  border-radius: 20px;
  text-decoration: none;
  color: var(--rc-ink);
  background: var(--rc-bg);
  border: 0;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
  transform: translateY(-2px);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.asmorix-related__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  display: none;
}

.asmorix-related__card::after {
  content: none;
  display: none;
}

.asmorix-related__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.22);
}

.asmorix-related__card:hover::after {
  display: none;
}

.asmorix-related__badge {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--rc-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.asmorix-related__icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--rc-ink);
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.asmorix-related__title {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 10px;
  color: var(--rc-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  font-family: "Rajdhani", Sans-serif;
  letter-spacing: 0.01em;
}

.asmorix-related__desc {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 22px;
  color: var(--rc-muted);
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}

.asmorix-related__more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  width: fit-content;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: var(--rc-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.asmorix-related__more i {
  font-size: 11px;
  color: var(--rc-ink);
  transition: transform 0.25s ease, color 0.25s ease;
}

.asmorix-related__card:hover .asmorix-related__more {
  background: #ffffff;
  border-color: #ffffff;
  color: #0f172a;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}

.asmorix-related__card:hover .asmorix-related__more i {
  color: #0f172a;
  transform: translateX(4px);
}

/* Bright colorful palette — distinct per course */
.asmorix-related__card--analytics {
  --rc-accent: #0ea5e9;
  --rc-accent-rgb: 14, 165, 233;
  --rc-glow: rgba(14, 165, 233, 0.35);
  --rc-bg: linear-gradient(145deg, #38bdf8 0%, #0284c7 100%);
}

.asmorix-related__card--science {
  --rc-accent: #f43f5e;
  --rc-accent-rgb: 244, 63, 94;
  --rc-glow: rgba(244, 63, 94, 0.35);
  --rc-bg: linear-gradient(145deg, #fb7185 0%, #e11d48 100%);
}

.asmorix-related__card--sql {
  --rc-accent: #14b8a6;
  --rc-accent-rgb: 20, 184, 166;
  --rc-glow: rgba(20, 184, 166, 0.35);
  --rc-bg: linear-gradient(145deg, #2dd4bf 0%, #0d9488 100%);
}

.asmorix-related__card--web {
  --rc-accent: #6366f1;
  --rc-accent-rgb: 99, 102, 241;
  --rc-glow: rgba(99, 102, 241, 0.35);
  --rc-bg: linear-gradient(145deg, #818cf8 0%, #4f46e5 100%);
}

.asmorix-related__card--mern {
  --rc-accent: #22c55e;
  --rc-accent-rgb: 34, 197, 94;
  --rc-glow: rgba(34, 197, 94, 0.35);
  --rc-bg: linear-gradient(145deg, #4ade80 0%, #16a34a 100%);
}

.asmorix-related__card--ai {
  --rc-accent: #d946ef;
  --rc-accent-rgb: 217, 70, 239;
  --rc-glow: rgba(217, 70, 239, 0.35);
  --rc-bg: linear-gradient(145deg, #e879f9 0%, #c026d3 100%);
}

.asmorix-related__card--aws {
  --rc-accent: #f97316;
  --rc-accent-rgb: 249, 115, 22;
  --rc-glow: rgba(249, 115, 22, 0.35);
  --rc-bg: linear-gradient(145deg, #fb923c 0%, #ea580c 100%);
}

.asmorix-related__card--powerbi {
  --rc-accent: #eab308;
  --rc-accent-rgb: 234, 179, 8;
  --rc-glow: rgba(234, 179, 8, 0.35);
  --rc-bg: linear-gradient(145deg, #facc15 0%, #ca8a04 100%);
  --rc-ink: #111827;
  --rc-muted: rgba(17, 24, 39, 0.78);
}

.asmorix-related__card--java {
  --rc-accent: #f59e0b;
  --rc-accent-rgb: 245, 158, 11;
  --rc-glow: rgba(245, 158, 11, 0.35);
  --rc-bg: linear-gradient(145deg, #fbbf24 0%, #d97706 100%);
  --rc-ink: #111827;
  --rc-muted: rgba(17, 24, 39, 0.78);
}

.asmorix-related__card--testing {
  --rc-accent: #06b6d4;
  --rc-accent-rgb: 6, 182, 212;
  --rc-glow: rgba(6, 182, 212, 0.35);
  --rc-bg: linear-gradient(145deg, #22d3ee 0%, #0891b2 100%);
}

.asmorix-sitemap__blogs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}

.asmorix-sitemap__link {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0733b6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.asmorix-sitemap__link:hover {
  background: #0733b6;
  color: #ffffff;
}

@media (max-width: 991px) {
  .asmorix-related__slider-wrap {
    padding: 0 0 8px;
  }

  .asmorix-related__nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .asmorix-sitemap {
    padding: 20px 0 36px;
  }

  .asmorix-related__card {
    min-height: 250px;
  }
}

@media (max-width: 575px) {
  .asmorix-pyfaq__q {
    padding: 14px 12px 14px 12px;
  }

  .asmorix-pyfaq__q-text {
    font-size: 14.5px;
  }

  .asmorix-pyfaq__num {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    font-size: 12px;
  }

  .asmorix-pyfaq__a p {
    margin: 0 12px 14px 12px;
    font-size: 14px;
  }
}

/* Footer: black background + address-area patterns */
.rts-footer.site-footer-four,
.rts-footer__copyright-two.style-four {
  background: #000000 !important;
}

.rts-footer.site-footer-four {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.rts-footer.site-footer-four::before {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/footer/footer__black__pattern.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.rts-footer.site-footer-four::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 28%, rgba(7, 116, 255, 0.16) 0%, transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(255, 210, 0, 0.08) 0%, transparent 24%),
    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: auto, auto, 48px 48px, 48px 48px;
  background-position: center, center, 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 70%, transparent 100%);
}

.rts-footer.site-footer-four > .container {
  position: relative;
  z-index: 1;
}

.rts-footer.site-footer-four .rts-footer__widget .site-default-border,
.rts-footer.site-footer-four .rts-footer__widget .social__media .media {
  border-color: rgba(255, 255, 255, 0.14);
}

.rts-footer__copyright-two.style-four {
  border-color: rgba(255, 255, 255, 0.14);
}

.rts-footer.site-footer-four .rts-footer__copyright-two__wrapper .copyright a,
.rts-footer__copyright-two.style-four .copyright a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rts-footer__copyright-two.style-four .copyright a:hover {
  color: #fff;
}

/* ========== ASMORIX ENQUIRY MODAL ========== */
body.asmorix-enq-open {
  overflow: hidden;
}

.asmorix-enq[hidden] {
  display: none !important;
}

.asmorix-enq {
  --enq-side: linear-gradient(160deg, #0733b6 0%, #0a4de0 48%, #0660ff 100%);
  --enq-accent: #ffd200;
  --enq-accent-ink: #111111;
  --enq-btn: linear-gradient(90deg, #0733b6 0%, #0a4de0 100%);
  --enq-btn-ink: #ffffff;
  --enq-focus: rgba(7, 116, 255, 0.16);
  --enq-border: #dbe3f0;
  --enq-chip: #0774ff;
  --enq-title-ink: #0f172a;
  --enq-em: #0774ff;
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

/* Theme: Free demo — emerald */
.asmorix-enq[data-type="demo"] {
  --enq-side: linear-gradient(160deg, #064e3b 0%, #047857 46%, #10b981 100%);
  --enq-accent: #d9f99d;
  --enq-btn: linear-gradient(90deg, #047857 0%, #10b981 100%);
  --enq-focus: rgba(16, 185, 129, 0.18);
  --enq-border: #cfe8dd;
  --enq-chip: #059669;
  --enq-em: #059669;
}

/* Theme: Counsellor — violet */
.asmorix-enq[data-type="counsellor"] {
  --enq-side: linear-gradient(160deg, #3b0764 0%, #6d28d9 48%, #8b5cf6 100%);
  --enq-accent: #fde68a;
  --enq-btn: linear-gradient(90deg, #6d28d9 0%, #8b5cf6 100%);
  --enq-focus: rgba(139, 92, 246, 0.2);
  --enq-border: #e4dcf8;
  --enq-chip: #7c3aed;
  --enq-em: #7c3aed;
}

/* Theme: Custom batch — sunset */
.asmorix-enq[data-type="custom"] {
  --enq-side: linear-gradient(160deg, #7c2d12 0%, #ea580c 48%, #fb923c 100%);
  --enq-accent: #0f172a;
  --enq-accent-ink: #ffffff;
  --enq-btn: linear-gradient(90deg, #ea580c 0%, #fb923c 100%);
  --enq-focus: rgba(249, 115, 22, 0.2);
  --enq-border: #f6ddcb;
  --enq-chip: #ea580c;
  --enq-em: #ea580c;
}

.asmorix-enq__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 35, 0.62);
  backdrop-filter: blur(3px);
}

.asmorix-enq__dialog {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  max-height: 94vh;
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 64px rgba(7, 20, 80, 0.34);
}

.asmorix-enq__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.asmorix-enq__close:hover {
  background: #e2e8f0;
}

.asmorix-enq__layout {
  display: grid;
  grid-template-columns: 0.86fr 1.24fr;
}

.asmorix-enq__side {
  position: relative;
  overflow: hidden;
  padding: 26px 24px 22px;
  background: var(--enq-side);
  color: #fff;
}

.asmorix-enq__side::before,
.asmorix-enq__side::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.asmorix-enq__side::before {
  width: 190px;
  height: 190px;
  top: -64px;
  right: -50px;
}

.asmorix-enq__side::after {
  width: 150px;
  height: 150px;
  left: -54px;
  bottom: 24px;
}

.asmorix-enq__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.asmorix-enq__side-title {
  position: relative;
  z-index: 1;
  margin: 14px 0 10px;
  font-family: "Rajdhani", Sans-serif;
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.12;
  color: #fff;
}

.asmorix-enq__side-title span {
  color: var(--enq-accent);
}

.asmorix-enq__side-desc {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13.5px;
  line-height: 1.55;
}

.asmorix-enq__points {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.asmorix-enq__points li {
  position: relative;
  padding-left: 24px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
}

.asmorix-enq__points li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", var(--fontawesome, "FontAwesome");
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--enq-accent);
  font-size: 12px;
}

.asmorix-enq__side-call {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.asmorix-enq__side-call a {
  color: #fff !important;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.asmorix-enq__main {
  padding: 24px 26px 22px;
  border-top: 3px solid var(--enq-accent);
}

.asmorix-enq__form-title {
  margin: 0 0 5px;
  color: var(--enq-title-ink);
  font-family: "Rajdhani", Sans-serif;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.15;
}

.asmorix-enq__form-title em {
  font-style: normal;
  color: var(--enq-em);
}

.asmorix-enq__form-desc {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.asmorix-enq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
}

.asmorix-enq__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  min-width: 0;
}

.asmorix-enq__field--full {
  grid-column: 1 / -1;
}

.asmorix-enq__field > span {
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
}

.asmorix-enq__field > span i {
  color: #ef4444;
  font-style: normal;
  font-weight: 800;
}

.asmorix-enq__field input,
.asmorix-enq__field select,
.asmorix-enq__field textarea {
  width: 100%;
  border: 1px solid var(--enq-border);
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font-size: 13.5px;
  padding: 10px 12px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.asmorix-enq__field textarea {
  resize: none;
  min-height: 56px;
  max-height: 56px;
}

.asmorix-enq__field input:focus,
.asmorix-enq__field select:focus,
.asmorix-enq__field textarea:focus {
  border-color: var(--enq-chip);
  box-shadow: 0 0 0 3px var(--enq-focus);
}

.asmorix-enq__phone {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 6px;
}

.asmorix-enq__locs,
.asmorix-enq__days {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.asmorix-enq__locs label,
.asmorix-enq__days label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid var(--enq-border);
  background: #fff;
  color: #475569;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.asmorix-enq__locs label input,
.asmorix-enq__days label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.asmorix-enq__locs label.is-active,
.asmorix-enq__days label:has(input:checked) {
  background: var(--enq-chip);
  border-color: var(--enq-chip);
  color: #fff;
}

.asmorix-enq__submit {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 11px;
  padding: 13px 18px;
  background: var(--enq-btn);
  color: var(--enq-btn-ink);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 0 var(--enq-accent);
  transition: transform 0.15s ease, filter 0.15s ease;
}

.asmorix-enq__submit:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.asmorix-enq__help {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  text-align: center;
  color: #64748b;
  font-size: 12.5px;
}

.asmorix-enq__help a {
  color: var(--enq-em) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.asmorix-enq__status {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
}

.asmorix-enq__status.is-ok {
  color: #047857;
}

@media (max-width: 900px) {
  .asmorix-enq__layout {
    grid-template-columns: 1fr;
  }

  .asmorix-enq__side {
    padding: 22px 18px 18px;
  }

  .asmorix-enq__side-desc,
  .asmorix-enq__points,
  .asmorix-enq__side-call {
    display: none;
  }

  .asmorix-enq__side-title {
    margin-bottom: 0;
  }

  .asmorix-enq__main {
    padding: 20px 18px 18px;
  }
}

@media (max-width: 575px) {
  .asmorix-enq {
    padding: 10px;
  }

  .asmorix-enq__grid {
    grid-template-columns: 1fr;
  }

  .asmorix-enq__phone {
    grid-template-columns: 88px 1fr;
  }
}

/* ===== Asmorix Blog — news magazine layout ===== */
/* Blog page header: solid bar, dark logo, aligned row */
body.ax-blog-page {
  padding-top: 0;
}

body.ax-blog-page .ax-blog-header.rts-header {
  position: relative;
  top: auto;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 139, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.ax-blog-page .ax-blog-header .rts-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding-top: 10px;
  padding-bottom: 10px;
}

body.ax-blog-page .ax-blog-header .rts-header__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

body.ax-blog-page .ax-blog-header .rts-header__logo .site-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

body.ax-blog-page .ax-blog-header .rts-header__logo .site-logo img {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

body.ax-blog-page .ax-blog-header .rts-header__logo .site-logo .logo-dark {
  display: block !important;
}

body.ax-blog-page .ax-blog-header .rts-header__logo .site-logo .logo-white {
  display: none !important;
}

body.ax-blog-page .ax-blog-header .rts-header__menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.ax-blog-page .ax-blog-header .hostie-menu .hostie-desktop-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 4px;
  flex-wrap: wrap;
}

body.ax-blog-page .ax-blog-header .hostie-menu .hostie-desktop-menu .menu-item {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
}

body.ax-blog-page .ax-blog-header .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element {
  color: #071433 !important;
  padding: 12px 12px !important;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-weight: 550;
  line-height: 1.2;
  white-space: nowrap;
}

body.ax-blog-page .ax-blog-header .hostie-menu .hostie-desktop-menu .hostie-has-dropdown .hostie-dropdown-main-element {
  padding-right: 20px !important;
}

body.ax-blog-page .ax-blog-header .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element::after {
  background: #00008b !important;
  bottom: 8px !important;
}

body.ax-blog-page .ax-blog-header .hostie-menu .hostie-desktop-menu .menu-item:hover .hostie-dropdown-main-element,
body.ax-blog-page .ax-blog-header .hostie-menu .hostie-desktop-menu .menu-item.active .hostie-dropdown-main-element {
  color: #00008b !important;
}

body.ax-blog-page .ax-blog-header .rts-header__right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.ax-blog-page .ax-blog-header .rts-header__right .login__btn {
  border: 0 !important;
  color: #000 !important;
  background: linear-gradient(180deg, #ffe34a 0%, #ffd200 48%, #f0c200 100%) !important;
  border-radius: 8px;
  min-width: 148px;
  min-height: 40px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.45) inset,
    0 2px 0 #e0b400,
    0 8px 18px rgba(255, 210, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.ax-blog-page .ax-blog-header .rts-header__right .login__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  background: linear-gradient(180deg, #ffe866 0%, #ffd200 48%, #f5c800 100%) !important;
  border-color: transparent !important;
  color: #000 !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 3px 0 #d9ad00,
    0 12px 24px rgba(255, 210, 0, 0.38);
}

body.ax-blog-page .ax-blog-header .rts-header__right .mobile__active {
  color: #00008b;
}

body.ax-blog-page .ax-blog-header.rts-header.header-sticky {
  position: fixed;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 139, 0.1) !important;
  border-bottom: 1px solid rgba(0, 0, 139, 0.1);
}

body.ax-blog-page .ax-blog-header.header-sticky .rts-header__logo .site-logo .logo-dark {
  display: block !important;
}

body.ax-blog-page .ax-blog-header.header-sticky .rts-header__logo .site-logo .logo-white {
  display: none !important;
}

body.ax-blog-page .ax-blog-header.header-sticky .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element {
  color: #071433 !important;
}

body.ax-blog-page .ax-blog-header.header-sticky .rts-header__right .login__btn {
  background: linear-gradient(180deg, #ffe34a 0%, #ffd200 48%, #f0c200 100%) !important;
  border-color: transparent !important;
  color: #000 !important;
}

body.ax-blog-page .ax-blog-header.header-sticky .rts-header__right .mobile__active {
  color: #00008b !important;
}

@media (max-width: 991px) {
  body.ax-blog-page .ax-blog-header .rts-header__wrapper {
    min-height: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  body.ax-blog-page .ax-blog-header .rts-header__menu {
    display: none;
  }

  body.ax-blog-page .ax-blog-header .rts-header__logo .site-logo img {
    height: 34px;
    max-width: 130px;
  }
}

.ax-news {
  padding: 28px 0 72px;
  background: #f5f6f8;
}

.ax-news .container {
  max-width: 1200px;
}

/* Featured cards — clean poster row (image + title below) */
.ax-news-feature {
  margin-bottom: 36px;
}

.ax-news-feature__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  min-height: 0;
}

.ax-news-feature__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.ax-news-feature__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
  background: #eef2f7;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.ax-news-feature__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.45s ease;
  z-index: 0;
}

.ax-news-feature__card:hover .ax-news-feature__img {
  transform: scale(1.05);
}

.ax-news-feature__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: "Inter Tight", "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  background: #111111;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.ax-news-feature__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  padding: 0 2px;
  font-family: "Inter Tight", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: #0f172a;
  text-shadow: none;
}

.ax-news-feature__card:hover .ax-news-feature__title {
  color: #00008b;
}

/* Mid: trending + sidebar */
.ax-news-mid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  margin-bottom: 40px;
  align-items: start;
}

.ax-news-mid__head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.ax-news-mid__title {
  margin: 0;
  flex: 0 0 auto;
  color: #FF8A00;
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 10px;
}

.ax-news-mid__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 72px;
  height: 4px;
  background: #FF8A00;
  border-radius: 2px;
}

.ax-news-tabs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.ax-news-tabs__btn {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 14px;
  font-weight: 650;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto !important;
  white-space: nowrap;
  line-height: 1.2;
}

.ax-news-tabs__btn:hover,
.ax-news-tabs__btn.is-active {
  color: var(--color-primary, #0774FF);
  background: rgba(7, 116, 255, 0.12);
  font-weight: 750;
}

.ax-news-trend {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid #e8eaef;
  border-radius: 8px;
  padding: 14px;
}

.ax-news-trend__features {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.ax-news-trend__feature {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.ax-news-trend__feature-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 16 / 9;
  background: #e5e7eb;
}

.ax-news-trend__feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ax-news-trend__feature:hover .ax-news-trend__feature-media img {
  transform: scale(1.05);
}

.ax-news-trend__bolt {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary, #0774FF);
  color: #fff;
  font-size: 13px;
  box-shadow: 0 6px 16px rgba(7, 116, 255, 0.35);
}

.ax-news-trend__feature-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Nunito", "Plus Jakarta Sans", sans-serif;
  color: var(--color-secondary, #2D3C58);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
  text-transform: none;
}

.ax-news-trend__feature-excerpt {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.55;
}

.ax-news-trend__list-viewport {
  height: 100%;
  min-height: 520px;
  max-height: 720px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.ax-news-trend__list {
  position: relative;
  min-height: 0;
  align-self: stretch;
  height: 100%;
}

.ax-news-trend__list-track {
  display: flex;
  flex-direction: column;
  gap: 12px;
  will-change: transform;
  animation: axTrendScroll 28s linear infinite;
}

.ax-news-trend__list-viewport:hover .ax-news-trend__list-track,
.ax-news-trend__list-track.is-paused {
  animation-play-state: paused;
}

@keyframes axTrendScroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.ax-news-trend__item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f1f4;
  flex: 0 0 auto;
}

.ax-news-trend__item:last-child {
  border-bottom: 1px solid #f0f1f4;
  padding-bottom: 12px;
}

.ax-news-trend__thumb {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 4 / 3;
  background: #e5e7eb;
}

.ax-news-trend__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ax-news-trend__item:hover .ax-news-trend__thumb img {
  transform: scale(1.06);
}

.ax-news-trend__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
}

.ax-news-trend__headline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: var(--color-secondary, #2D3C58);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: none;
}

.ax-news-trend__item:hover .ax-news-trend__headline,
.ax-news-trend__feature:hover .ax-news-trend__feature-title {
  color: var(--color-primary, #0774FF);
}

.ax-news-trend__item.is-hidden,
.ax-news-trend__feature.is-hidden,
.ax-news-latest__card.is-hidden {
  display: none !important;
}

/* Sidebar */
.ax-news-follow,
.ax-news-popular,
.ax-news-cta {
  background: #fff;
  border: 1px solid #e8eaef;
  border-radius: 8px;
  padding: 18px 16px;
  margin-bottom: 16px;
}

.ax-news-follow__title,
.ax-news-popular__title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--color-secondary, #2D3C58);
  color: var(--color-secondary, #2D3C58);
  font-size: clamp(1.25rem, 1.6vw, 1.4rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.01em;
}

.ax-news-follow__join {
  margin: 0 0 14px;
  color: #374151;
  font-size: 0.92rem;
  font-weight: 650;
}

.ax-news-follow__join i {
  color: var(--color-primary, #0774FF);
  margin-right: 4px;
}

.ax-news-follow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ax-news-follow__card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 12px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  min-height: 88px;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ax-news-follow__card:hover {
  transform: translateY(-2px);
  color: #fff;
  opacity: 0.95;
}

.ax-news-follow__card i {
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.ax-news-follow__card strong {
  font-size: 0.92rem;
  font-weight: 800;
}

.ax-news-follow__card span {
  font-size: 12px;
  opacity: 0.9;
}

.ax-news-follow__card--fb { background: #1877f2; }
.ax-news-follow__card--x { background: #111111; }
.ax-news-follow__card--ig { background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af); }
.ax-news-follow__card--li { background: #0a66c2; }

.ax-news-popular__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ax-news-popular__list li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f1f4;
}

.ax-news-popular__list a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  font-family: "Inter", sans-serif;
  color: var(--color-secondary, #2D3C58);
  text-decoration: none;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: none;
}

.ax-news-popular__list a span {
  color: var(--color-primary, #0774FF);
  font-weight: 800;
}

.ax-news-popular__list a:hover {
  color: var(--color-primary, #0774FF);
}

.ax-news-cta {
  background: linear-gradient(145deg, #0733b6, #0774ff);
  border: 0;
  color: #fff;
  text-align: center;
}

.ax-news-cta__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

.ax-news-cta__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.ax-news-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #0733b6;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.ax-news-cta__btn:hover {
  color: #0733b6;
  opacity: 0.92;
}

/* Latest grid */
.ax-news-latest__head {
  margin-bottom: 18px;
}

.ax-news-latest__heading {
  margin: 0 0 6px;
  color: var(--color-secondary, #2D3C58);
  font-size: clamp(1.9rem, 2.8vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ax-news-latest__sub {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

.ax-news-latest__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ax-news-latest__card {
  --card-lift: 0px;
  --card-glow: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(7, 116, 255, 0.28), rgba(45, 60, 88, 0.08) 45%, rgba(255, 193, 7, 0.2)) border-box;
  border: 1px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 10px 28px rgba(15, 23, 42, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transform: translateY(var(--card-lift));
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease;
  animation: axNewsCardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ax-news-latest__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(120% 80% at 50% -20%, rgba(7, 116, 255, 0.12), transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.ax-news-latest__card:hover {
  --card-lift: -8px;
  box-shadow:
    0 22px 44px rgba(7, 116, 255, 0.16),
    0 10px 20px rgba(15, 23, 42, 0.08);
}

.ax-news-latest__card:hover::before {
  opacity: 1;
}

.ax-news-latest__card:nth-child(1) { animation-delay: 0.04s; }
.ax-news-latest__card:nth-child(2) { animation-delay: 0.1s; }
.ax-news-latest__card:nth-child(3) { animation-delay: 0.16s; }
.ax-news-latest__card:nth-child(4) { animation-delay: 0.22s; }
.ax-news-latest__card:nth-child(5) { animation-delay: 0.28s; }
.ax-news-latest__card:nth-child(6) { animation-delay: 0.34s; }
.ax-news-latest__card:nth-child(7) { animation-delay: 0.4s; }
.ax-news-latest__card:nth-child(8) { animation-delay: 0.46s; }
.ax-news-latest__card:nth-child(9) { animation-delay: 0.52s; }
.ax-news-latest__card:nth-child(n + 10) { animation-delay: 0.58s; }

@keyframes axNewsCardIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ax-news-latest__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #e8eef8, #dbe7f8);
  z-index: 0;
}

.ax-news-latest__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.28) 100%);
  opacity: 0.55;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.ax-news-latest__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.ax-news-latest__card:hover .ax-news-latest__media::before {
  animation: axNewsShine 0.85s ease;
}

.ax-news-latest__card:hover .ax-news-latest__media::after {
  opacity: 0.75;
}

@keyframes axNewsShine {
  from { left: -40%; opacity: 0; }
  30% { opacity: 1; }
  to { left: 120%; opacity: 0; }
}

.ax-news-latest__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  filter: saturate(1.02);
}

.ax-news-latest__card:hover .ax-news-latest__media img {
  transform: scale(1.1);
  filter: saturate(1.08) contrast(1.03);
}

.ax-news-latest__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
  background: rgba(7, 116, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 18px rgba(7, 116, 255, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ax-news-latest__card:hover .ax-news-latest__badge {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(7, 116, 255, 0.35);
}

.ax-news-latest__badge--gold {
  background: rgba(255, 193, 7, 0.95);
  color: var(--color-secondary, #2D3C58);
  box-shadow: 0 8px 18px rgba(255, 193, 7, 0.3);
}

.ax-news-latest__badge--blue {
  background: rgba(7, 116, 255, 0.92);
}

.ax-news-latest__badge--teal {
  background: rgba(7, 51, 182, 0.92);
}

.ax-news-latest__body {
  position: relative;
  z-index: 2;
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ax-news-latest__date {
  margin: 0 0 8px;
  color: #8b95a8;
  font-size: 12px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ax-news-latest__date i {
  color: var(--color-primary, #0774FF);
}

.ax-news-latest__title {
  margin: 0 0 8px;
  font-family: "Nunito", "Plus Jakarta Sans", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.015em;
  text-transform: none;
}

.ax-news-latest__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Nunito", "Plus Jakarta Sans", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-transform: none;
  color: var(--color-secondary, #2D3C58);
  text-decoration: none;
  transition: color 0.25s ease;
  background-image: linear-gradient(var(--color-primary, #0774FF), var(--color-primary, #0774FF));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: color 0.25s ease, background-size 0.35s ease;
}

.ax-news-latest__card:hover .ax-news-latest__title a,
.ax-news-latest__title a:hover {
  color: var(--color-primary, #0774FF);
  background-size: 100% 2px;
}

.ax-news-latest__excerpt {
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 15px;
  line-height: 22px;
  flex: 1;
}

.ax-news-latest__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  color: var(--color-primary, #0774FF);
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(7, 116, 255, 0.08);
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ax-news-latest__more i {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ax-news-latest__card:hover .ax-news-latest__more,
.ax-news-latest__more:hover {
  background: var(--color-primary, #0774FF);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(7, 116, 255, 0.28);
  transform: translateY(-1px);
}

.ax-news-latest__card:hover .ax-news-latest__more i,
.ax-news-latest__more:hover i {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .ax-news-latest__card,
  .ax-news-latest__media img,
  .ax-news-latest__more,
  .ax-news-latest__more i,
  .ax-news-latest__title a,
  .ax-news-latest__badge {
    animation: none !important;
    transition: none !important;
  }

  .ax-news-latest__card:hover .ax-news-latest__media::before {
    animation: none !important;
  }
}

.ax-news-latest__more:hover i {
  transform: translateX(3px);
}

.ax-news-latest__more i {
  transition: transform 0.2s ease;
}

@media (max-width: 1100px) {
  .ax-news-mid {
    grid-template-columns: 1fr;
  }

  .ax-news-side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .ax-news-follow,
  .ax-news-popular,
  .ax-news-cta {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .ax-news-feature__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ax-news-trend {
    grid-template-columns: 1fr;
  }

  .ax-news-trend__list-viewport {
    height: 360px;
  }

  .ax-news-latest__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ax-news-side {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-news-trend__list-track {
    animation: none !important;
  }

  .ax-news-trend__list-viewport {
    height: auto;
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

@media (max-width: 640px) {
  .ax-news {
    padding: 18px 0 48px;
  }

  .ax-news-feature__grid {
    gap: 18px;
  }

  .ax-news-feature__media {
    border-radius: 14px;
  }

  .ax-news-feature__title {
    font-size: 17px;
  }

  .ax-news-mid__head {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px;
  }

  .ax-news-mid__title {
    font-size: 1.7rem;
  }

  .ax-news-tabs {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  .ax-news-latest__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Blog article pages (SEO/AEO layout) ===== */
body.ax-article-page {
  overflow-y: visible !important;
  overflow-x: hidden;
}

body.ax-article-page.loaded .loader-wrapper {
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.ax-article-page .ax-article {
  padding: 28px 0 72px;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(7, 116, 255, 0.06), transparent 55%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 42%, #f4f7fb 100%);
}

.ax-article__crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 18px;
}

.ax-article__crumbs a {
  color: var(--color-primary, #0774FF);
  text-decoration: none;
  font-weight: 500;
}

.ax-article__crumbs a:hover {
  text-decoration: underline;
}

.ax-article__shell {
  display: block;
}

.ax-article__hero {
  margin-bottom: 28px;
}

.ax-article__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.ax-article__toc {
  align-self: stretch;
}

.ax-article__toc-inner {
  position: sticky;
  top: 92px;
  padding: 18px 16px 18px 18px;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(45, 60, 88, 0.06);
}

.ax-article__toc-label {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--color-primary, #0774FF);
}

.ax-article__toc-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  border-left: 2px solid #e8eef6;
}

.ax-article__toc-list li {
  margin: 0;
}

.ax-article__toc-list a {
  display: block;
  padding: 7px 0 7px 14px;
  margin-left: -2px;
  border-left: 2px solid transparent;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.ax-article__toc-list a:hover,
.ax-article__toc-list a.is-active {
  color: var(--color-primary, #0774FF);
  border-left-color: var(--color-primary, #0774FF);
}

.ax-article__toc-item--sub a {
  padding-left: 26px;
  font-size: 13px;
  font-weight: 400;
  color: #94a3b8;
}

.ax-article__toc-item--sub a.is-active,
.ax-article__toc-item--sub a:hover {
  color: var(--color-primary, #0774FF);
}

.ax-article__toc-extra {
  padding-top: 16px;
  border-top: 1px solid #eef2f7;
}

.ax-article__toc-extra-title {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-secondary, #2D3C58);
}

.ax-article__toc-extra-text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #475569;
}

.ax-article__toc-btn {
  width: 100%;
  margin-bottom: 10px;
}

.ax-article__toc-more {
  margin: 0;
  font-size: 13px;
}

.ax-article__toc-more a {
  color: var(--color-primary, #0774FF);
  text-decoration: none;
  font-weight: 500;
}

.ax-article__toc-more a:hover {
  text-decoration: underline;
}

.ax-article__toc--empty .ax-article__toc-nav {
  display: none;
}

.ax-article__content {
  min-width: 0;
}

/* legacy grid alias removed */
.ax-article__grid {
  display: block;
}

.ax-article__hero h1 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.25;
  color: var(--color-secondary, #2D3C58);
  margin: 10px 0 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ax-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.ax-article__cat {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(7, 116, 255, 0.1);
  color: var(--color-primary, #0774FF);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.ax-article__dek {
  font-size: 17px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 20px;
}

.ax-article__cover {
  margin: 0 0 24px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(45, 60, 88, 0.12);
}

.ax-article__cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ax-article__answer {
  border: 1px solid rgba(7, 116, 255, 0.22);
  background: linear-gradient(135deg, rgba(7, 116, 255, 0.08), rgba(255, 255, 255, 0.95));
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 22px;
}

.ax-article__answer-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-primary, #0774FF);
}

.ax-article__answer-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-secondary, #2D3C58);
}

.ax-article__takeaways {
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.ax-article__takeaways h2,
.ax-article__faq h2,
.ax-article__body h2,
.ax-article__body h3,
.ax-article__cta h2,
.ax-article__related h2 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  color: var(--color-secondary, #2D3C58);
  font-size: 1.25rem;
  margin: 0 0 12px;
  font-weight: 700;
}

.ax-article__takeaways ul {
  margin: 0;
  padding-left: 1.15rem;
}

.ax-article__takeaways li {
  margin-bottom: 8px;
  line-height: 1.55;
  color: #334155;
  font-size: 15px;
}

.ax-article__body {
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
}

.ax-article__body h2 {
  margin: 28px 0 12px;
  font-size: 1.35rem;
}

.ax-article__body p {
  margin: 0 0 14px;
}

.ax-article__body ul,
.ax-article__body ol {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}

.ax-article__body li {
  margin-bottom: 8px;
}

.ax-article__body a {
  color: var(--color-primary, #0774FF);
  font-weight: 600;
  text-decoration: none;
}

.ax-article__body a:hover {
  text-decoration: underline;
}

.ax-article__body code {
  font-size: 0.92em;
  background: #f1f5f9;
  padding: 1px 6px;
  border-radius: 4px;
}

.ax-article__faq {
  margin-top: 36px;
}

.ax-article__faq-item {
  border: 1px solid #e8eef6;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
  padding: 0 14px;
}

.ax-article__faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--color-secondary, #2D3C58);
  padding: 14px 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.45;
}

.ax-article__faq-item summary::-webkit-details-marker {
  display: none;
}

.ax-article__faq-item summary::after {
  content: "+";
  float: right;
  color: var(--color-primary, #0774FF);
  font-weight: 700;
}

.ax-article__faq-item[open] summary::after {
  content: "–";
}

.ax-article__faq-a {
  padding: 0 0 14px;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.ax-article__faq-a p {
  margin: 0;
}

.ax-article__cta {
  margin-top: 36px;
  padding: 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0733b6 0%, #0774FF 55%, #2D3C58 120%);
  color: #fff;
}

.ax-article__cta h2 {
  color: #fff;
  margin-bottom: 8px;
}

.ax-article__cta p {
  margin: 0 0 16px;
  opacity: 0.92;
  font-size: 15px;
  line-height: 1.55;
}

.ax-article__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ax-article__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ax-article__btn:hover {
  transform: translateY(-1px);
}

.ax-article__btn--primary {
  background: #fff;
  color: #0733b6;
}

.ax-article__btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.ax-article__body h3 {
  margin: 22px 0 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #334155;
}

.ax-article__side {
  display: none;
}

.ax-article__related {
  margin-top: 48px;
  padding-top: 8px;
}

.ax-article__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ax-article__related-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  color: var(--color-secondary, #2D3C58);
}

.ax-article__related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(45, 60, 88, 0.1);
}

.ax-article__related-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.ax-article__related-card span {
  display: block;
  padding: 0 12px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .ax-article__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ax-article__toc-inner {
    position: static;
  }

  .ax-article__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ax-article-page .ax-article {
    padding: 18px 0 48px;
  }

  .ax-article__related-grid {
    grid-template-columns: 1fr;
  }

  .ax-article__dek {
    font-size: 15px;
  }

  .ax-article__toc-list a {
    font-size: 13px;
  }
}

.ax-article__table-wrap {
  overflow: auto;
  margin: 24px 0 28px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 139, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
  box-shadow: 0 22px 48px rgba(0, 0, 139, 0.08);
}

.ax-article__table {
  width: 100%;
  min-width: 520px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.55;
  background: transparent;
}

.ax-article__table thead th {
  padding: 14px 18px;
  text-align: left;
  vertical-align: middle;
  background: linear-gradient(135deg, #000066 0%, #00008b 55%, #000070 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(201, 162, 39, 0.55);
}

.ax-article__table tbody td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  color: #334155;
  border-bottom: 1px solid rgba(0, 0, 139, 0.08);
  background: #fff;
}

.ax-article__table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 139, 0.025);
}

.ax-article__table tbody tr:hover td {
  background: rgba(0, 0, 139, 0.06);
}

.ax-article__table tbody tr:last-child td {
  border-bottom: none;
}

.ax-article__table tbody td:first-child {
  font-weight: 600;
  color: #071433;
}
