.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.hero .hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero .hero-content .hero-header {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 15svh;
}

.hero .hero-content .hero-header h1 {
  font-size: 16vw;
}

.hero .hero-content .hero-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}

.hero .hero-content .hero-footer-copy {
  width: 35%;
}

.hero .hero-content .hero-footer-tags {
  display: flex;
  gap: 2rem;
}

.hero .hero-cards {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(86vw, 38rem);
  max-width: 40rem;
  display: flex;
  justify-content: center;
  gap: clamp(0.6rem, 1.4vw, 1.1rem);
}

.hero .hero-cards .card {
  flex: 1 1 0;
  position: relative;
  aspect-ratio: 5/7;
  min-width: 0;
  min-height: clamp(168px, 24vw, 300px);
  transform: scale(0);
}

.hero .hero-cards .ygo-hero-card {
  --ygo-frame: #c9a227;
  --ygo-frame-inner: #1a1424;
  --ygo-name-bg: #0f0c18;
  --ygo-art-shine: rgba(255, 255, 255, 0.06);
}

.hero .hero-cards .card#hero-card-1 {
  --ygo-frame: #d4af37;
  --ygo-frame-inner: #0d1528;
  --ygo-name-bg: #070f1e;
  --ygo-art-mid: #1e3a5f;
  --ygo-art-edge: #0a1628;
}

.hero .hero-cards .card#hero-card-2 {
  --ygo-frame: #b8a0e8;
  --ygo-frame-inner: #1a1028;
  --ygo-name-bg: #140a22;
  --ygo-art-mid: #4a2c6e;
  --ygo-art-edge: #12081c;
}

.hero .hero-cards .card#hero-card-3 {
  --ygo-frame: #5ee1a0;
  --ygo-frame-inner: #0a1a14;
  --ygo-name-bg: #051210;
  --ygo-art-mid: #0d3d2c;
  --ygo-art-edge: #020807;
}

.hero .hero-cards .card .hero-card-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  border-radius: 10px;
  animation: floating 2s infinite ease-in-out;
  box-sizing: border-box;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--ygo-frame) 85%, white),
    var(--ygo-frame)
  );
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--ygo-frame) 40%, black),
    0 12px 28px rgba(0, 0, 0, 0.35);
}

.hero .hero-cards .card#hero-card-1 .hero-card-inner {
  animation-delay: 0;
}

.hero .hero-cards .card#hero-card-2 .hero-card-inner {
  animation-delay: 0.25s;
}

.hero .hero-cards .card#hero-card-3 .hero-card-inner {
  animation-delay: 0.5s;
}

.hero .hero-cards .hero-card-frame {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: clamp(0.4rem, 1.2vw, 0.65rem) clamp(0.45rem, 1.2vw, 0.75rem)
    clamp(0.35rem, 1vw, 0.55rem);
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    var(--ygo-frame-inner) 0%,
    color-mix(in srgb, var(--ygo-frame-inner) 92%, black) 100%
  );
  border: 1px solid color-mix(in srgb, var(--ygo-frame) 55%, transparent);
  display: flex;
  flex-direction: column;
  gap: clamp(0.2rem, 0.6vw, 0.35rem);
  color: #f4f1ea;
}

.hero .hero-cards .hero-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.5rem, 0.95vw, 0.65rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

.hero .hero-cards .hero-card-namebar {
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--ygo-name-bg) 90%, var(--ygo-frame)),
    var(--ygo-name-bg)
  );
  border: 1px solid color-mix(in srgb, var(--ygo-frame) 35%, transparent);
  border-radius: 4px;
  padding: clamp(0.2rem, 0.6vw, 0.35rem) clamp(0.3rem, 0.8vw, 0.5rem);
  text-align: center;
}

.hero .hero-cards .hero-card-name {
  font-size: clamp(0.62rem, 1.2vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
}

.hero .hero-cards .hero-card-kind {
  margin: 0;
  font-size: clamp(0.48rem, 0.9vw, 0.6rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
  text-align: center;
  line-height: 1.2;
}

.hero .hero-cards .hero-card-art {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--ygo-frame) 45%, black);
  background:
    linear-gradient(
      135deg,
      var(--ygo-art-shine) 0%,
      transparent 40%,
      transparent 60%,
      var(--ygo-art-shine) 100%
    ),
    radial-gradient(
      ellipse 80% 70% at 50% 40%,
      var(--ygo-art-mid, #2a3550),
      var(--ygo-art-edge, #0a0e14)
    );
  background-color: #1a2438;
}

.hero .hero-cards .hero-card-icon-svg {
  width: clamp(2.1rem, 5.5vw, 3.25rem);
  height: clamp(2.1rem, 5.5vw, 3.25rem);
  flex-shrink: 0;
  color: color-mix(in srgb, var(--ygo-frame) 82%, white);
  opacity: 0.92;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}

.hero .hero-cards .hero-card-flavor {
  margin: 0;
  font-size: clamp(0.48rem, 0.9vw, 0.6rem);
  line-height: 1.25;
  opacity: 0.88;
  text-align: center;
  flex-shrink: 0;
}

.hero .hero-cards .hero-card-stats {
  font-size: clamp(0.45rem, 0.85vw, 0.58rem);
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0.2rem 0.15rem 0;
  border-top: 1px solid color-mix(in srgb, var(--ygo-frame) 30%, transparent);
  opacity: 0.95;
  font-weight: 600;
}

.hero .hero-cards .card#hero-card-1 {
  z-index: 2;
}

.hero .hero-cards .card#hero-card-2 {
  z-index: 1;
}

.hero .hero-cards .card#hero-card-3 {
  z-index: 0;
}

.home-about {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: var(--base-300);
  color: var(--base-100);
  overflow: hidden;
}

.home-about .container {
  display: flex;
  gap: 2rem;
}

.home-about .home-about-col:nth-child(1) {
  flex: 4;
}

.home-about .home-about-col:nth-child(1) .home-about-header {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
  padding-bottom: 1rem;
}

.home-about .home-about-col:nth-child(2) {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
  width: 100%;
}

.home-about .home-about-col-row {
  display: flex;
  flex: 1;
  gap: 2rem;
  width: 100%;
}

.home-about .home-about-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed var(--base-secondary-fade);
  border-radius: 16px;
  padding: 1.5rem;
}

.home-about .home-about-card p.mono {
  color: var(--base-secondary-dark);
}

.home-services {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 8rem 2rem;
  overflow: hidden;
}

.home-services-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-services-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home-services-top-bar .container,
.home-services-bottom-bar .container {
  display: flex;
  justify-content: space-between;
}

.home-services-header {
  position: relative;
  width: 100%;
  text-align: center;
  transform: translateY(300%);
  will-change: transform;
}

.home-services .cards {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  z-index: -1;
  background-color: var(--base-100);
}

.home-services .cards-container {
  position: relative;
  width: 75%;
  height: 100%;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.home-services .cards-container .card {
  flex: 1;
  position: relative;
  aspect-ratio: 5/7;
  perspective: 1000px;
}

.home-services .cards-container .card .card-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  animation: floating 2s infinite ease-in-out;
}

.home-services .card .card-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.home-services .card p {
  font-size: 0.8rem;
}

@keyframes floating {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -55%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.home-services #card-1 .card-wrapper {
  animation-delay: 0;
}

.home-services #card-2 .card-wrapper {
  animation-delay: 0.25s;
}

.home-services #card-3 .card-wrapper {
  animation-delay: 0.5s;
}

.home-services .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.home-services .flip-card-front,
.home-services .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  backface-visibility: hidden;
  overflow: hidden;
}

.home-services .flip-card-front {
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  background: transparent;
}

.home-services #card-1 .flip-card-front {
  --ygo-frame: #d4af37;
  --ygo-frame-inner: #0d1528;
  --ygo-name-bg: #070f1e;
  --ygo-art-mid: #1e3a5f;
  --ygo-art-edge: #0a1628;
  --ygo-art-shine: rgba(255, 255, 255, 0.06);
}

.home-services #card-2 .flip-card-front {
  --ygo-frame: #b8a0e8;
  --ygo-frame-inner: #1a1028;
  --ygo-name-bg: #140a22;
  --ygo-art-mid: #4a2c6e;
  --ygo-art-edge: #12081c;
  --ygo-art-shine: rgba(255, 255, 255, 0.06);
}

.home-services #card-3 .flip-card-front {
  --ygo-frame: #5ee1a0;
  --ygo-frame-inner: #0a1a14;
  --ygo-name-bg: #051210;
  --ygo-art-mid: #0d3d2c;
  --ygo-art-edge: #020807;
  --ygo-art-shine: rgba(255, 255, 255, 0.06);
}

.home-services .services-ygo-outer {
  flex: 1;
  min-height: 0;
  border-radius: 10px;
  padding: 0.2rem;
  box-sizing: border-box;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--ygo-frame) 85%, white),
    var(--ygo-frame)
  );
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--ygo-frame) 40%, black),
    0 10px 22px rgba(0, 0, 0, 0.28);
}

.home-services .services-ygo-frame {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: clamp(0.35rem, 1vw, 0.55rem) clamp(0.4rem, 1vw, 0.65rem)
    clamp(0.3rem, 0.9vw, 0.5rem);
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    var(--ygo-frame-inner) 0%,
    color-mix(in srgb, var(--ygo-frame-inner) 92%, black) 100%
  );
  border: 1px solid color-mix(in srgb, var(--ygo-frame) 55%, transparent);
  display: flex;
  flex-direction: column;
  gap: clamp(0.15rem, 0.45vw, 0.28rem);
  color: #f4f1ea;
}

.home-services .services-ygo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.45rem, 0.75vw, 0.58rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

.home-services .services-ygo-namebar {
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--ygo-name-bg) 90%, var(--ygo-frame)),
    var(--ygo-name-bg)
  );
  border: 1px solid color-mix(in srgb, var(--ygo-frame) 35%, transparent);
  border-radius: 4px;
  padding: clamp(0.15rem, 0.45vw, 0.28rem) clamp(0.25rem, 0.6vw, 0.4rem);
  text-align: center;
}

.home-services .services-ygo-name {
  font-size: clamp(0.55rem, 1vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
}

.home-services .services-ygo-kind {
  margin: 0;
  font-size: clamp(0.42rem, 0.75vw, 0.55rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
  text-align: center;
  line-height: 1.2;
}

.home-services .services-ygo-art {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--ygo-frame) 45%, black);
  background:
    linear-gradient(
      135deg,
      var(--ygo-art-shine) 0%,
      transparent 40%,
      transparent 60%,
      var(--ygo-art-shine) 100%
    ),
    radial-gradient(
      ellipse 80% 70% at 50% 40%,
      var(--ygo-art-mid),
      var(--ygo-art-edge)
    );
  background-color: #1a2438;
}

.home-services .services-ygo-art .hero-card-icon-svg {
  width: clamp(1.65rem, 3.2vw, 2.6rem);
  height: clamp(1.65rem, 3.2vw, 2.6rem);
  flex-shrink: 0;
  color: color-mix(in srgb, var(--ygo-frame) 82%, white);
  opacity: 0.92;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.home-services .services-ygo-flavor {
  margin: 0;
  font-size: clamp(0.42rem, 0.75vw, 0.55rem);
  line-height: 1.2;
  opacity: 0.88;
  text-align: center;
  flex-shrink: 0;
}

.home-services .services-ygo-stats {
  font-size: clamp(0.4rem, 0.7vw, 0.52rem);
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0.15rem 0.1rem 0;
  border-top: 1px solid color-mix(in srgb, var(--ygo-frame) 30%, transparent);
  opacity: 0.95;
  font-weight: 600;
}

.home-services .flip-card-back {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  background-color: #fff;
  transform: rotateY(180deg);
}

.home-services .card-copy {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home-services .card-copy p {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background-color: var(--base-200);
  border-radius: 8px;
}

.home-services .cards #card-1 {
  transform: translateX(100%) translateY(-100%) rotate(-5deg) scale(0.25);
  z-index: 2;
}

.home-services .cards #card-2 {
  transform: translateX(0%) translateY(-100%) rotate(0deg) scale(0.25);
  z-index: 1;
}

.home-services .cards #card-3 {
  transform: translateX(-100%) translateY(-100%) rotate(5deg) scale(0.25);
  z-index: 0;
}

.home-services .cards .cards-container .card {
  opacity: 0;
}

.home-spotlight {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: var(--base-300);
  color: var(--base-100);
  overflow: hidden;
}

.home-spotlight .spotlight-intro-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 50%;
  z-index: 12;
  pointer-events: none;
}

.home-spotlight .home-spotlight-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(5%);
  will-change: transform;
  z-index: -1;
}

.home-spotlight .home-spotlight-images-row {
  width: 100%;
  padding: 2rem;
  display: flex;
  gap: 2rem;
}

.home-spotlight .home-spotlight-image {
  flex: 1;
  aspect-ratio: 5/7;
  border-radius: 8px;
  overflow: hidden;
}

.home-spotlight .home-spotlight-image.image-holder {
  opacity: 0.75;
}

.home-spotlight .spotlight-mask-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  z-index: 10;
  -webkit-mask: url(/global/spotlight-mask.svg) center/contain no-repeat;
  mask: url(/global/spotlight-mask.svg) center/contain no-repeat;
  -webkit-mask-size: 0%;
  mask-size: 0%;
}

.home-spotlight .spotlight-mask-image-container .spotlight-mask-image {
  width: 100%;
  height: 100%;
}

.home-spotlight .spotlight-mask-image-container .spotlight-mask-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.home-spotlight .spotlight-mask-header-outer {
  position: absolute;
  inset: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.home-spotlight .spotlight-mask-header {
  position: relative;
  width: 40%;
  max-width: 36rem;
  text-align: center;
  color: var(--base-100);
}

.home-spotlight-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-spotlight-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home-spotlight-top-bar .container,
.home-spotlight-bottom-bar .container {
  display: flex;
  justify-content: space-between;
}

.outro {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  z-index: 1;
}

.outro .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.outro h3 {
  width: 50%;
  text-align: center;
}

.outro .outro-strips {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150vw;
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.outro .outro-strip {
  position: relative;
  transform: translateX(0%);
  display: flex;
  justify-content: space-around;
  will-change: transform;
}

.outro .skill {
  width: max-content;
  padding: 4px 8px;
  border-radius: 6px;
}

.outro .skill p {
  font-size: 0.8rem;
}

.outro .os-1 {
  margin-top: 10rem;
}

.outro .os-2 {
  margin-top: -2rem;
}

.outro .os-3 {
  margin-top: 16rem;
}

.outro .os-4 {
  margin-top: -2rem;
}

.outro .os-5 {
  margin-top: 1rem;
}

.outro .os-6 {
  margin-top: 2rem;
}

.outro .skill.skill-var-1 {
  background-color: var(--accent-1);
  color: var(--base-300);
}

.outro .skill.skill-var-2 {
  background-color: var(--accent-2);
  color: var(--base-300);
}

.outro .skill.skill-var-3 {
  background-color: var(--accent-3);
  color: var(--base-300);
}

@media (min-width: 2800px) {
  .hero .hero-content .hero-header {
    width: 100%;
  }

  .hero .hero-content .hero-header h1 {
    font-size: 15vw;
  }

  .hero .hero-cards {
    width: min(82vw, 36rem);
  }
}

@media (max-width: 1200px) {
  .hero .hero-content .hero-header {
    width: 100%;
  }

  .hero .hero-content .hero-header h1 {
    font-size: 20vw;
  }

  .hero .hero-cards {
    width: min(88vw, 32rem);
  }

  .hero .hero-cards .card {
    min-height: clamp(160px, 30vw, 280px);
  }
}

@media (max-width: 1000px) {
  .hero .hero-content .hero-header h1 {
    font-size: 22.5vw;
  }

  .hero .hero-content .hero-footer-copy {
    display: none;
  }

  .hero .hero-content .hero-footer-tags {
    width: 100%;
    justify-content: space-between;
  }

  .hero .hero-cards .hero-card-name {
    font-size: clamp(0.62rem, 2.8vw, 0.82rem);
  }

  .hero .hero-cards .hero-card-flavor,
  .hero .hero-cards .hero-card-kind {
    font-size: clamp(0.48rem, 2.2vw, 0.6rem);
  }

  .hero .hero-cards .hero-card-stats {
    font-size: clamp(0.44rem, 2vw, 0.58rem);
  }

  .hero .hero-cards .hero-card-icon-svg {
    width: clamp(1.85rem, 9vw, 2.75rem);
    height: clamp(1.85rem, 9vw, 2.75rem);
  }

  .home-about {
    height: max-content;
  }

  .home-about .container {
    flex-direction: column;
  }

  .home-about .symbols-container {
    margin-bottom: 8rem;
  }

  .home-about .home-about-col:nth-child(1) .home-about-header {
    width: 100%;
  }

  .home-about .home-about-col:nth-child(2),
  .home-about .home-about-col-row {
    flex-direction: column;
  }

  .home-about .home-about-card {
    aspect-ratio: 1;
    max-height: 400px;
  }

  .home-services-bottom-bar .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .home-services-header {
    transform: translateY(0%);
  }

  .home-spotlight .spotlight-mask-header,
  .home-spotlight .spotlight-intro-header {
    width: 90%;
    text-align: center;
  }

  .home-spotlight .home-spotlight-images {
    position: absolute;
    left: -75vw;
    width: 250vw;
  }

  .home-spotlight .home-spotlight-images-row {
    gap: 1rem;
  }

  .outro h3 {
    width: 90%;
  }

  .outro .outro-strips {
    width: 300vw;
  }

  .outro .os-1 {
    margin-top: 2.5rem;
  }

  .outro .os-3 {
    margin-top: 10rem;
  }
}

@media (max-width: 800px) {
  .hero .hero-cards {
    width: min(92vw, 24rem);
  }
}

@media (max-width: 600px) {
  .hero .hero-content .hero-header h1 {
    font-size: 25vw;
  }

  .hero .hero-cards {
    top: 65%;
    width: min(92vw, 22rem);
  }
}

@media (max-width: 500px) {
  .hero .hero-content .hero-header h1 {
    font-size: 30vw;
  }

  .hero .hero-cards {
    width: min(94vw, 20rem);
  }
}

@media (max-width: 1000px) {
  .home-services {
    height: max-content;
  }

  .home-services .cards {
    position: relative;
    background-color: var(--base-100);
    width: 100%;
    height: max-content;
  }

  .home-services .cards-container {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    display: block;
    margin: 0;
  }

  .home-services .card {
    opacity: 1 !important;
    transform: none !important;
    max-width: 400px;
    width: 100%;
    margin: 2rem auto;
  }

  .home-services .flip-card-inner {
    animation: none;
  }

  .home-services .cards-container .card .card-wrapper {
    animation: none;
  }

  .home-services .flip-card-front {
    display: none;
  }

  .home-services .flip-card-back {
    transform: none !important;
    position: relative;
  }
}
