@font-face {
  font-family: 'Conthrax';
  src: url('assets/fonts/Conthrax-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  background: #0a0a0a;
}

.portal-scroll {
  position: relative;
  height: 262vh;
}

.hero {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

.hero__bg,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__bg {
  z-index: 1;
}

.hello-arc {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hello-compact {
  position: absolute;
  left: 50%;
  top: 9%;
  width: 55%;
  height: auto;
  transform: translateX(-50%);
}

.hello-smiley {
  position: absolute;
  left: 75.6%;
  top: 24.9%;
  width: 4.8%;
  height: auto;
  transform: translate(-50%, -50%);
}

.hello-vamoscriar {
  position: absolute;
  left: 58.9%;
  top: 37.5%;
  width: 14.35%;
  height: auto;
  transform: rotate(3.6deg);
}

.hero__overlay {
  z-index: 3;
  pointer-events: none;
}

.portal-door {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52%;
  background: #0047ff;
  z-index: 10;
  will-change: transform;
  pointer-events: none;
}

.portal-door--left {
  left: 0;
  transform: translateX(-100%);
}

.portal-door--right {
  right: 0;
  transform: translateX(100%);
}

.portal-head {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(27vw, 340px);
  height: auto;
  /* mesmo z-index das portas: fica acima delas por vir depois no DOM,
     mas sempre abaixo das nuvens (11) e da palavra nyxora (12) */
  z-index: 10;
  pointer-events: none;
  will-change: transform;
  transform: translate(calc(-50% + var(--head-mx, 0px)), calc(-50% + var(--head-ry, 140%) + var(--head-my, 0px)))
    scale(var(--head-scale, 1));
}

.portal-clouds {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 11;

  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: opacity;
}

.portal-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;

  display: flex;
  align-items: center;
  height: min(11.6vw, 142px);
  pointer-events: none;
}

.portal-word__half {
  height: 100%;
  will-change: transform;
}

.portal-word__half--left {
  transform: translateX(-60vw);
}

.portal-word__half--right {
  transform: translateX(60vw);
}

.portal-word__logo {
  display: block;
  height: 100%;
  width: auto;
  filter: brightness(0) invert(1);
}

.portal-meta {
  position: absolute;
  z-index: 11;

  font-family: 'Manrope', sans-serif;
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 231, 0.55);
  opacity: 0;
  pointer-events: none;
}

.portal-meta--tl {
  top: 24px;
  left: 24px;
}

.floating-icon {
  position: absolute;
  z-index: 2;
  width: 21vw;
  animation: floating-icon-intro 0.9s ease-out both;
}

.floating-icon--bl {
  animation-delay: 0.15s;
}

.floating-icon--tr {
  animation-delay: 1.65s;
}

.floating-icon img {
  display: block;
  width: 100%;
}

@keyframes floating-icon-intro {
  from {
    opacity: 0;
    transform: scale(0.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.floating-icon--tr {
  bottom: -22%;
  right: -2%;
  width: 22.68vw;
}

.floating-icon--bl {
  top: 9.813%;
  left: -3%;
  width: 20.54vw;
}

.floating-icon--tr2 {
  top: -6%;
  right: -6%;
  width: 17vw;
}

.floating-icon--ml {
  top: 50%;
  left: 17%;
  width: 14vw;
  transform: translateY(-50%) rotate(2deg);
}

.logo {
  position: absolute;
  top: 2.6%;
  left: 4%;
  z-index: 4;

  height: 26px;
  width: auto;
  filter: invert(1);
}

.nav {
  position: absolute;
  top: 3.36%;
  left: 0;
  right: 0;
  z-index: 4;

  display: flex;
  justify-content: center;
  gap: 48px;
}

.nav a {
  font-family: 'Manrope', sans-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
}

.arrow-btn {
  position: absolute;
  top: 2.24%;
  right: 4%;
  z-index: 4;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid #e9edf1;
  padding: 10.56px 22.88px;
  font-family: 'Manrope', sans-serif;
  font-weight: 200;
  font-size: 14.08px;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
}

.arrow-btn__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9edf1;
  color: #0a0a0a;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.arrow-btn__overlay svg {
  width: 15.84px;
  height: 15.84px;
}

.arrow-btn__text {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9edf1;
  transition: transform 0.3s ease;
}

.arrow-btn__ghost {
  visibility: hidden;
  white-space: nowrap;
}

.arrow-btn:hover .arrow-btn__overlay {
  transform: translateX(0);
}

.arrow-btn:hover .arrow-btn__text {
  transform: translateX(100%);
}

@media (max-width: 820px) {
  .floating-icon--tr {
    bottom: -3%;
    right: -4%;
  }

  .floating-icon--bl {
    top: auto;
    bottom: 30%;
    left: -9%;
    width: 18vw;
  }
}

@media (max-width: 600px) {
  .logo {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    height: 18px;
  }

  .nav {
    top: 42px;
    gap: 18px;
  }

  .nav a {
    font-size: 12px;
  }

  .arrow-btn {
    top: auto;
    bottom: 24px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 18px;
    font-size: 12px;
  }

  .hello-compact {
    top: 98px;
    width: calc(72% + 40px);
  }

  .hello-vamoscriar {
    top: calc(37.5% - 32px);
    left: calc(58.9% - 25px);
    width: calc(14.35% + 55px);
  }

  .hello-smiley {
    transform: translate(calc(-50% + 44px), calc(-50% - 10px));
  }

  .floating-icon {
    width: 26vw;
  }

  .floating-icon--tr {
    width: 30vw;
    bottom: calc(-3% + 210px);
  }

  .floating-icon--bl {
    bottom: calc(30% + 280px);
    width: calc(26vw + 20px);
  }
}

/* ================================
   Sobre — além da estética
   ================================ */

.brand-intro {
  position: relative;
  overflow: hidden;
  background: #f5f3ee;
  padding: 96px 24px 120px;
  isolation: isolate;
}

.brand-intro__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 5;
  pointer-events: none;
}

.brand-intro__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.brand-intro__head {
  position: absolute;
  left: 50%;
  top: 0;
  width: 160px;
  height: auto;
  z-index: -1;
  pointer-events: none;
  transform: translate(-50%, 0);
  will-change: transform, opacity;
}

.brand-intro__crown {
  display: block;
  width: 56px;
  height: auto;
  margin: 0 auto 24px;
}

.brand-intro__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3.4vw, 40px);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #0047ff;
  margin-bottom: 20px;
}

.brand-intro__text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.5vw, 16px);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.7;
  color: #0047ff;
  max-width: 620px;
  margin: 0 auto 64px;
}

.brand-intro__crown,
.brand-intro__title,
.brand-intro__text {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-intro__title {
  transition-delay: 0.1s;
}

.brand-intro__text {
  transition-delay: 0.2s;
}

.brand-intro.is-visible .brand-intro__crown,
.brand-intro.is-visible .brand-intro__title,
.brand-intro.is-visible .brand-intro__text {
  opacity: 1;
  transform: none;
}

.brand-intro__cards {
  position: relative;
  width: min(90vw, 640px);
  aspect-ratio: 16 / 8.5;
  margin: 0 auto;
}

.brand-intro__card {
  position: absolute;
  width: 42%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(10, 10, 10, 0.28);
  transition: left 0.9s cubic-bezier(0.16, 1, 0.3, 1), top 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-intro__cards:not(.is-open) .brand-intro__card {
  left: 50%;
  top: 14%;
  transform: translateX(-50%) rotate(0deg);
}

.brand-intro__card--1 {
  left: 2%;
  top: 14%;
  transform: translateX(0%) rotate(-10deg);
  z-index: 1;
}

.brand-intro__card--2 {
  left: 50%;
  top: 0;
  width: 46%;
  transform: translateX(-50%) rotate(0deg);
  z-index: 3;
}

.brand-intro__card--3 {
  left: 56%;
  top: 14%;
  transform: translateX(0%) rotate(10deg);
  z-index: 2;
}

/* fechamento — "vá além do design e faça a trabalhar" */

.brand-closing {
  position: relative;
  width: min(90vw, 620px);
  margin: 8px auto 0;
  text-align: center;
}

.brand-closing__emoji {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto 4px;
  opacity: 0;
  transform: rotate(-380deg);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-closing.is-visible .brand-closing__emoji {
  opacity: 1;
  transform: rotate(-20deg);
}

.brand-closing__top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.brand-closing__label {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #0047ff;
  position: relative;
  top: -18px;
}

.brand-closing__label,
.brand-closing__title-text,
.brand-closing__crown,
.brand-closing__text {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-closing__title-text {
  transition-delay: 0.1s;
}

.brand-closing__crown {
  transition-delay: 0.2s;
}

.brand-closing__text {
  transition-delay: 0.3s;
}

.brand-closing.is-visible .brand-closing__label,
.brand-closing.is-visible .brand-closing__title-text,
.brand-closing.is-visible .brand-closing__crown,
.brand-closing.is-visible .brand-closing__text {
  opacity: 1;
  transform: translateY(0);
}

.brand-closing__label--left {
  text-align: left;
}

.brand-closing__label--right {
  text-align: right;
}

.brand-closing__star {
  position: absolute;
  top: 0;
  right: -40px;
  width: 88px;
  height: auto;
  opacity: 0;
  transform: translateY(150%) translateX(-60%) rotate(25deg) translateX(140px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-closing.is-visible .brand-closing__star {
  opacity: 1;
  transform: translateY(150%) translateX(-60%) rotate(25deg) translateX(0);
}

.brand-closing__title-text {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(38px, 7.4vw, 72px);
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0047ff;
}

.brand-closing__title-rest {
  margin: 0;
}

.brand-closing__rede {
  position: absolute;
  left: -50px;
  top: 62%;
  width: 84px;
  height: auto;
  opacity: 0;
  transform: translateY(-100%) translateX(165%) rotate(-25deg) translateX(-140px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-closing.is-visible .brand-closing__rede {
  opacity: 1;
  transform: translateY(-100%) translateX(165%) rotate(-25deg) translateX(0);
}

.brand-closing__gosma {
  position: absolute;
  right: -48px;
  bottom: 26px;
  width: 104px;
  height: auto;
  opacity: 0;
  transform: translateY(20%) rotate(15deg) translateX(140px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-closing.is-visible .brand-closing__gosma {
  opacity: 1;
  transform: translateY(20%) rotate(15deg) translateX(0);
}

.brand-closing__crown {
  display: block;
  width: 38px;
  height: auto;
  margin: 8px auto 6px;
}

.brand-closing__text {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.5;
  color: #0047ff;
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .brand-intro {
    padding: 72px 20px 96px;
  }

  .brand-intro__text {
    margin-bottom: 48px;
  }

  .brand-closing {
    margin-top: 0;
  }

  .brand-closing__star {
    right: -20px;
    width: 66px;
  }

  .brand-closing__rede {
    left: -26px;
    width: 64px;
  }

  .brand-closing__gosma {
    right: -22px;
    width: 78px;
  }
}

@media (max-width: 600px) {
  .brand-intro {
    padding: 64px 16px 80px;
  }

  .brand-intro__crown {
    width: 44px;
  }

  .brand-intro__cards {
    aspect-ratio: 16 / 10;
  }

  .brand-intro__card {
    width: 46%;
    border-radius: 14px;
  }

  .brand-intro__card--2 {
    width: 52%;
  }

  .brand-closing {
    margin-top: 0;
  }

  .brand-closing__star {
    top: 174px;
    left: -6px;
    right: auto;
    width: 56px;
    transform: translateX(-40px) rotate(-15deg);
  }

  .brand-closing.is-visible .brand-closing__star {
    transform: translateX(0) rotate(-15deg);
  }

  .brand-closing__top-row {
    gap: 6px;
  }

  .brand-closing__rede,
  .brand-closing__gosma {
    display: none;
  }
}

/* ================================
   Portfólio — cards em scroll fixo
   ================================ */

.work-scroll {
  position: relative;
  /* temporário: 220vh (originalmente 600vh, pensado pra 6 camadas — os 4 cards
     do Portfólio saíram do ar por enquanto, ver _portfolio-backup.html) */
  height: 220vh;
  background: #f5f3ee;
}

.work-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f3ee;
}

.work-pin__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.work-pin__inner {
  position: relative;
  z-index: 1;
  width: min(88vw, 900px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.work-pin__eyebrow {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 71, 255, 0.65);
}

.work-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.work-card {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  box-shadow: 0 24px 60px rgba(10, 10, 10, 0.2);
  will-change: transform;
}

.work-card:nth-child(1) {
  background: #12183a;
}

.work-card:nth-child(2) {
  background: #0047ff;
}

.work-card:nth-child(3) {
  background: #f5f3ee;
}

.work-card:nth-child(4) {
  background: #fff8e7;
}

.work-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.65), rgba(10, 10, 10, 0) 45%);
  pointer-events: none;
}

.work-card__index {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 28px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 26px);
  color: rgba(255, 255, 255, 0.55);
}

.work-card__name {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: 0.01em;
  color: #ffffff;
}

.work-pin__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.work-pin__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 71, 255, 0.18);
  transition: background 0.25s ease, transform 0.25s ease;
}

.work-pin__dot.is-active {
  background: #0047ff;
  transform: scale(1.4);
}

@media (max-width: 820px) {
  .work-scroll {
    height: 190vh;
  }

  .work-stack {
    aspect-ratio: 4 / 5;
  }

  .work-pin__inner {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .work-scroll {
    height: 180vh;
  }

  .work-pin__inner {
    width: 92vw;
  }

  .work-stack {
    aspect-ratio: 3 / 4;
  }

  .work-card {
    border-radius: 20px;
  }
}

/* ================================
   Serviços — personagem + cards
   ================================ */

.svc-hero {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
  background: #0047ff;
  padding: 96px 24px 0;
  will-change: transform;
}

.blue-hero {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
  background: #0047ff;
  will-change: transform;
}

.blue-hero__ring {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 45%;
  width: 0;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #ffffff;
  opacity: 0;
  pointer-events: none;
}

.blue-hero__cd-shine {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: conic-gradient(
    from 0deg at 50% 45%,
    rgba(255, 255, 255, 0.08),
    rgba(255, 60, 160, 0.35),
    rgba(255, 210, 60, 0.3),
    rgba(80, 255, 210, 0.3),
    rgba(120, 60, 255, 0.35),
    rgba(255, 255, 255, 0.08)
  );
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}

.blue-hero__cloud {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.svc-hero__texture,
.blue-hero__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}

.blue-hero__decor {
  position: absolute;
  z-index: 3;
  width: 370px;
  height: auto;
}

.blue-hero__decor img {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
}

.blue-hero__decor--left,
.blue-hero__decor--right,
.blue-hero__flower {
  opacity: 0;
}

.blue-hero__decor--left {
  left: calc(-4% - 50px);
  top: 40%;
}

.blue-hero__decor--right {
  bottom: 291px;
  right: -132px;
}

.blue-hero__flower {
  position: absolute;
  z-index: 3;
  top: -66px;
  left: -100px;
  width: 300px;
  height: auto;
}

@keyframes asset-gravity-fall {
  0% {
    opacity: 0;
    transform: translateY(-160%);
  }
  55% {
    opacity: 1;
    transform: translateY(8%);
  }
  72% {
    transform: translateY(-4%);
  }
  86% {
    transform: translateY(2%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.blue-hero.is-active .blue-hero__decor--left {
  animation: asset-gravity-fall 0.9s cubic-bezier(0.32, 0, 0.2, 1) 0.1s forwards;
}

.blue-hero.is-active .blue-hero__flower {
  animation: asset-gravity-fall 0.9s cubic-bezier(0.32, 0, 0.2, 1) 0.25s forwards;
}

.blue-hero.is-active .blue-hero__decor--right {
  animation: asset-gravity-fall 0.9s cubic-bezier(0.32, 0, 0.2, 1) 0.4s forwards;
}

.blue-hero__balloon {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -35px;
  height: 78%;
  width: auto;
  transform-origin: top center;
  animation: balloon-float 6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes balloon-float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateX(-50%) translateY(-24px) rotate(2deg);
  }
}

.plans {
  position: relative;
  z-index: 4;
  width: min(92vw, 980px);
  height: 100%;
  margin: 0 auto;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

@keyframes plans-rise-in {
  from {
    opacity: 0;
    transform: translateY(calc(var(--rest-y, 0px) + var(--rise-from, 40px)));
  }
  to {
    opacity: 1;
    transform: translateY(var(--rest-y, 0px));
  }
}

.plans__eyebrow,
.plans__title,
.plans__tabs {
  opacity: 0;
  transform: translateY(var(--rise-from, 40px));
}

.blue-hero.is-active .plans__eyebrow {
  animation: plans-rise-in 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0s forwards;
}

.blue-hero.is-active .plans__title {
  animation: plans-rise-in 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.04s forwards;
}

.blue-hero.is-active .plans__tabs {
  animation: plans-rise-in 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.08s forwards;
}

.plans__eyebrow {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff8e7;
  margin: 0;
}

.plans__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(19px, 2.6vw, 28px);
  line-height: 1.3;
  color: #ffffff;
  max-width: 620px;
  margin: 0;
}

.plans__tabs {
  display: inline-flex;
  gap: 6px;
  background: rgba(255, 255, 255, 0.14);
  padding: 6px;
  border-radius: 999px;
  margin-top: 4px;
}

.plans__tab {
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  padding: 7px 14px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.plans__tab.is-active {
  background: #ffffff;
  color: #0047ff;
}

.plans__carousel {
  position: relative;
  width: 100%;
}

.plans__viewport {
  width: 100%;
}

.plans__arrow {
  display: none;
}

.plans__group {
  display: none;
  width: 100%;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  padding: 30px 6px 22px;
  margin-top: 6px;
}

.plans__group.is-active {
  display: flex;
}

.plan-card {
  --rest-y: 0px;
  --rise-from: 60px;
  position: relative;
  flex: 0 0 auto;
  width: min(76vw, 250px);
  scroll-snap-align: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 26px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  opacity: 0;
  transform: translateY(var(--rest-y));
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.plan-card:hover,
.plan-card:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 10px 26px rgba(0, 10, 40, 0.3);
  outline: none;
}

.plan-card--highlight {
  --rest-y: -6px;
}

.blue-hero.is-active .plans__group.is-active .plan-card:nth-child(1) {
  animation: plans-rise-in 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s forwards;
}

.blue-hero.is-active .plans__group.is-active .plan-card:nth-child(2) {
  animation: plans-rise-in 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s forwards;
}

.blue-hero.is-active .plans__group.is-active .plan-card:nth-child(3) {
  animation: plans-rise-in 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s forwards;
}

.plan-card__sticker {
  position: absolute;
  top: -14px;
  right: -10px;
  width: 44px;
  height: auto;
  transform: rotate(18deg);
  pointer-events: none;
}

.plan-card__badge {
  align-self: flex-start;
  background: #ffd400;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.plan-card__name {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.plan-card__desc {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  flex: 1;
}

.plan-card__prices {
  display: flex;
  gap: 8px;
}

.plan-card__price {
  flex: 1;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.plan-card__price--accent {
  background: #ffffff;
}

.plan-card__price--solo {
  flex: none;
  width: 100%;
}

.plan-card__price-label {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
}

.plan-card__price--accent .plan-card__price-label {
  color: rgba(0, 71, 255, 0.75);
}

.plan-card__price-value {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
}

.plan-card__price--accent .plan-card__price-value {
  color: #0047ff;
}

@media (max-width: 600px) {
  .plans {
    padding: 24px 16px;
    gap: 12px;
  }

  .plans__tab {
    font-size: 12px;
    padding: 9px 14px;
  }

  .plans__carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .plans__viewport {
    overflow: hidden;
    width: min(76vw, 250px);
  }

  .plans__group {
    scroll-snap-type: none;
    overflow: visible;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .plans__group .plan-card {
    flex: 0 0 100%;
    width: auto;
    scroll-snap-align: none;
  }

  .plans__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.2s ease, background 0.2s ease;
  }

  .plans__arrow svg {
    width: 16px;
    height: 16px;
  }

  .plans__arrow:hover {
    background: rgba(255, 255, 255, 0.3);
  }

  .plans__arrow[disabled] {
    opacity: 0.3;
    pointer-events: none;
  }

  .blue-hero.is-active .plans__tabs {
    animation-name: plans-rise-in-tabs-mobile;
  }
}

@keyframes plans-rise-in-tabs-mobile {
  from {
    opacity: 0;
    transform: translateY(calc(var(--rest-y, 0px) + var(--rise-from, 40px))) scale(0.646);
  }
  to {
    opacity: 1;
    transform: translateY(var(--rest-y, 0px)) scale(0.646);
  }
}

.svc-hero__clouds {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

.svc-hero__title {
  position: relative;
  z-index: 1;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 5.2vw, 52px);
  color: #ffffff;
  text-align: center;
  margin: 0;
  transform: translateY(160px);
}

.svc-hero__stage {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  width: min(90vw, 620px);
  aspect-ratio: 1 / 1.05;
}

.svc-hero__cards {
  position: absolute;
  inset: 0;
}

.svc-card {
  position: absolute;
  width: 28%;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(0 14px 26px rgba(10, 10, 10, 0.35));
  cursor: pointer;
  animation: svc-card-float 4.6s ease-in-out infinite, svc-card-front-back 9.2s ease-in-out infinite;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), z-index 0s;
}

.svc-card:hover {
  animation-play-state: paused;
  z-index: 6 !important;
  transform: translateY(-16px) scale(1.12) rotate(var(--r, 0deg));
}

@keyframes svc-card-float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r, 0deg));
  }
  50% {
    transform: translateY(-9px) rotate(var(--r, 0deg));
  }
}

@keyframes svc-card-front-back {
  0%,
  28% {
    z-index: 1;
    opacity: 1;
  }
  38% {
    opacity: 0.8;
  }
  50% {
    z-index: 5;
    opacity: 1;
  }
  62% {
    opacity: 0.8;
  }
  72%,
  100% {
    z-index: 1;
    opacity: 1;
  }
}

.svc-card--1 {
  left: 0;
  top: 8%;
  --r: -9deg;
  animation-delay: -0.3s;
}

.svc-card--2 {
  left: 50%;
  top: 0;
  width: 30%;
  margin-left: -15%;
  --r: 2deg;
  animation-delay: -1.1s;
}

.svc-card--3 {
  right: 0;
  top: 8%;
  --r: 10deg;
  animation-delay: -1.9s;
}

.svc-card--4 {
  left: -2%;
  top: 34%;
  width: 25%;
  --r: -7deg;
  animation-delay: -2.5s;
}

.svc-card--5 {
  right: -2%;
  top: 34%;
  width: 25%;
  --r: 8deg;
  animation-delay: -0.7s;
}

.svc-card--6 {
  left: 1%;
  bottom: 11%;
  width: 26%;
  --r: -10deg;
  animation-delay: -3.4s;
}

.svc-card--7 {
  right: 1%;
  bottom: 11%;
  width: 26%;
  --r: 11deg;
  animation-delay: -1.5s;
}

.svc-hero__head {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  z-index: 2;
  width: min(76vw, 540px);
  aspect-ratio: 644 / 632;
  overflow: hidden;
  pointer-events: none;
}

.svc-hero.is-active .svc-hero__head {
  transform: translate(-50%, 0);
}

.svc-hero__head img {
  display: block;
  width: 100%;
  height: auto;
}

.svc-hero__decor {
  position: absolute;
  z-index: 3;
  width: 56px;
  height: auto;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.svc-hero__decor--left {
  left: -4%;
  top: 40%;
  width: 370px;
  transform: translate(-1300px, -450px) rotate(-8deg);
  transition-delay: 0.18s;
}

.svc-hero.is-active .svc-hero__decor--left {
  transform: translate(-450px, -450px) rotate(-8deg);
}

.svc-hero__decor--right {
  bottom: -89px;
  right: -132px;
  width: 370px;
  transform: translateX(900px) rotate(8deg);
  transition-delay: 0.34s;
}

.svc-hero.is-active .svc-hero__decor--right {
  transform: translateX(0) rotate(8deg);
}

.svc-hero__burst {
  position: absolute;
  z-index: 3;
  top: -124px;
  right: -163px;
  width: 426px;
  height: auto;
}

.svc-hero__emoji {
  position: absolute;
  z-index: 3;
  left: 6%;
  bottom: 10%;
  width: 256px;
  height: auto;
  animation: svc-emoji-spin 6s linear infinite;
}

@keyframes svc-emoji-spin {
  from {
    transform: translateX(-400px) rotate(0deg);
  }
  to {
    transform: translateX(-400px) rotate(360deg);
  }
}

@media (max-width: 820px) {
  .svc-hero {
    padding: 72px 20px 0;
  }

  .svc-hero__decor {
    width: 44px;
  }

  .svc-hero__burst {
    top: -96px;
    right: -96px;
    width: 192px;
  }

  .svc-hero__emoji {
    width: 52px;
  }
}

@media (max-width: 600px) {
  .svc-hero {
    padding: 64px 16px 0;
  }

  .svc-hero__title {
    transform: translateY(-30px);
  }

  .svc-hero__stage {
    width: 94vw;
    aspect-ratio: 1 / 1.3;
  }

  .svc-card {
    width: 32%;
  }

  .svc-card--2 {
    width: 34%;
  }

  .svc-hero__head {
    width: calc(66% + 50px);
  }

  .svc-hero.is-active .svc-hero__head {
    transform: translate(-50%, 5px);
  }

  .svc-hero__decor {
    width: 34px;
  }

  .svc-hero__decor--left {
    left: -2%;
  }

  .svc-hero__decor--right {
    bottom: auto;
    top: -35px;
    right: 300px;
    width: 150px;
    transform: translateX(-900px) rotate(8deg);
  }

  .svc-hero__burst {
    top: -44px;
    right: -57px;
    width: 144px;
  }

  .svc-hero__emoji {
    width: 44px;
  }
}

/* ================================
   Serviços — modal de detalhe do card
   ================================ */

.svc-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.svc-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}

.svc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 15, 50, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.svc-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(94vw, 560px);
  transform: scale(0.94);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.svc-modal.is-open .svc-modal__panel {
  transform: scale(1);
}

.svc-modal__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.svc-modal__flip {
  position: relative;
  width: min(62vw, 280px);
  aspect-ratio: 800 / 1013;
  border-radius: 14px;
  overflow: hidden;
}

.svc-modal__card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
}

.svc-modal__desc {
  margin: -32px auto 0;
  padding: 0 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  max-width: 440px;
  box-sizing: border-box;
  text-align: center;
}

.svc-modal__desc .hl {
  color: #ffd400;
  font-weight: 800;
}

.svc-modal__badge {
  display: none;
  margin-top: 10px;
  background: #ffd400;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  padding: 7px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.svc-modal__badge:not(:empty) {
  display: inline-block;
}

.svc-modal__cta-row {
  position: relative;
  margin-top: 22px;
}

.svc-modal__cta {
  display: inline-flex;
  align-items: stretch;
  gap: 6px;
  background: #0047ff;
  border: none;
  border-radius: 999px;
  padding: 6px;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 71, 255, 0.4);
  transition: transform 0.2s ease, background 0.2s ease;
}

.svc-modal__cta:hover {
  background: #0039d1;
  transform: translateY(-2px);
}

.svc-modal__cta-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px 14px 26px;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
}

.svc-modal__cta-main svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.svc-modal__cta-price {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 20px;
  white-space: nowrap;
}

.svc-modal__cta.has-price .svc-modal__cta-price {
  display: flex;
}

.svc-modal__cta-price-label {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7a95ff;
}

.svc-modal__cta-price-value {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #0047ff;
}

.svc-modal__cta-price-monthly {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #0047ff;
  opacity: 0.7;
}

.svc-modal__cta-price-monthly:empty {
  display: none;
}

.svc-modal__crown {
  position: absolute;
  top: -38px;
  right: -6px;
  width: 60px;
  height: auto;
  transform: rotate(20deg);
  transition: transform 0.2s ease;
}

.svc-modal__cta:hover ~ .svc-modal__crown {
  transform: translateY(-2px) rotate(20deg);
}

@media (max-width: 600px) {
  .svc-modal__panel {
    gap: 10px;
  }

  .svc-modal__flip {
    width: 56vw;
  }

  .svc-modal__desc {
    font-size: 12.5px;
    margin-top: 12px;
  }

  .svc-modal__cta-main {
    padding: 12px 18px 12px 20px;
    font-size: 15px;
  }

  .svc-modal__cta-price {
    padding: 5px 16px;
  }
}

/* ================================
   Carrinho
   ================================ */

.cart-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: #0047ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 71, 255, 0.45);
  transition: transform 0.2s ease, background 0.2s ease;
}

.cart-fab[hidden] {
  display: none;
}

.cart-fab:hover {
  background: #0039d1;
  transform: translateY(-2px);
}

.cart-fab svg {
  width: 24px;
  height: 24px;
}

.cart-fab__count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ffd400;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.cart-panel.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.cart-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 15, 50, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cart-panel__box {
  position: relative;
  z-index: 1;
  width: min(94vw, 380px);
  max-height: 86vh;
  margin: 24px;
  background: #ffffff;
  border-radius: 26px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: translateX(24px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-panel.is-open .cart-panel__box {
  transform: translateX(0);
}

.cart-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-panel__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #0a0a0a;
  margin: 0;
}

.cart-panel__close {
  border: none;
  background: transparent;
  color: #0a0a0a;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-panel__close svg {
  width: 18px;
  height: 18px;
}

.cart-panel__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
}

.cart-panel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #f5f3ee;
  border-radius: 14px;
  padding: 10px 12px;
}

.cart-panel__item-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-panel__item-name {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: #0a0a0a;
}

.cart-panel__item-price {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #0047ff;
}

.cart-panel__item-remove {
  border: none;
  background: transparent;
  color: rgba(10, 10, 10, 0.4);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}

.cart-panel__item-remove:hover {
  color: #0a0a0a;
}

.cart-panel__empty {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(10, 10, 10, 0.55);
  text-align: center;
  padding: 18px 4px;
}

.cart-panel__summary {
  border-top: 1px solid rgba(10, 10, 10, 0.1);
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-panel__total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-family: 'Manrope', sans-serif;
}

.cart-panel__total-row span:first-child {
  font-weight: 600;
  font-size: 13px;
  color: rgba(10, 10, 10, 0.6);
}

.cart-panel__total-row span:last-child {
  font-weight: 800;
  font-size: 20px;
  color: #0a0a0a;
}

.cart-panel__monthly {
  margin: -4px 0 0;
  text-align: right;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #0047ff;
}

.cart-panel__send {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px 20px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cart-panel__send:hover {
  background: #1fb958;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .cart-fab {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .cart-panel__box {
    margin: 12px;
  }

  .blue-hero__decor {
    width: 280px;
  }

  .blue-hero__decor--left {
    top: calc(40% + 130px);
    left: calc(-4% - 110px);
  }

  .blue-hero__decor--right {
    bottom: calc(291px + 130px);
  }

  .blue-hero__flower {
    top: -126px;
    left: -132px;
  }
}

/* ================================
   Acessibilidade — reduz movimento contínuo
   pra quem tem prefers-reduced-motion ativado
   ================================ */

@media (prefers-reduced-motion: reduce) {
  .floating-icon,
  .svc-card,
  .blue-hero__balloon,
  .svc-hero__emoji,
  .blue-hero__decor--left,
  .blue-hero__decor--right,
  .blue-hero__flower,
  .plans__eyebrow,
  .plans__title,
  .plans__tabs,
  .plan-card {
    animation: none !important;
  }

  .brand-intro__crown,
  .brand-intro__title,
  .brand-intro__text,
  .brand-closing__label,
  .brand-closing__title-text,
  .brand-closing__crown,
  .brand-closing__text,
  .brand-closing__star,
  .brand-closing__rede,
  .brand-closing__gosma,
  .brand-intro__card,
  .svc-hero__decor,
  .svc-hero__head,
  .arrow-btn__overlay,
  .arrow-btn__text {
    transition-duration: 0.01ms !important;
  }
}
