.pricing-card__badge{position:absolute;top:0;left:0;right:0;padding-top:.375rem;padding-bottom:.375rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));background:linear-gradient(90deg,#0d2b42,#1ea49a)}.pyramid-container{display:flex;justify-content:center;height:280px}.pyramid-svg{overflow:visible;padding-top:2rem;max-width:230px;width:100%;height:auto;transform-origin:top}.pyramid-svg .polygon{opacity:0;animation:3s ease forwards infinite}.pyramid-svg .polygon:nth-child(3){fill:#0d2b42;animation-name:flyInLeft1}.pyramid-svg .polygon:nth-child(2){fill:#1a8f86;animation-name:flyInRight}.pyramid-svg .polygon:nth-child(1){fill:#4cb8ad;animation-name:flyInLeft2}@keyframes flyInLeft1{0%{transform:translateX(-100%)translateY(-40%)rotate(-30deg);opacity:0}10%{opacity:1}20%,70%{transform:translateX(0)translateY(0)rotate(0);opacity:1}85%,100%{transform:translateX(0)translateY(0)rotate(0);opacity:0}}@keyframes flyInRight{20%{transform:translateX(100%)translateY(-40%)rotate(30deg);opacity:0}30%{opacity:1}40%,70%{transform:translateX(0)translateY(0)rotate(0);opacity:1}85%,100%{transform:translateX(0)translateY(0)rotate(0);opacity:0}}@keyframes flyInLeft2{40%{transform:translateX(-100%)translateY(-40%)rotate(-30deg);opacity:0}50%{opacity:1}60%,70%{transform:translateX(0)translateY(0)rotate(0);opacity:1}85%,100%{transform:translateX(0)translateY(0)rotate(0);opacity:0}}.rocket-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:280px;color:#1ea49a}.rocket-container .rocket-icon{font-size:7rem;position:absolute;transform:rotate(-90deg);animation:takeoff 4s infinite;z-index:0}.rocket-container .fire-icon{font-size:3.5rem;position:absolute;left:calc(50% - 3rem);transform:rotate(135deg)translateY(-6.5rem);opacity:0;color:#f59e0b;animation:fire-blast 4s infinite}@keyframes takeoff{0%{top:2rem;opacity:0;left:calc(50% - 3.5rem);animation-timing-function:ease-out}30%,40%{top:2rem;left:calc(50% - 3.5rem);opacity:1;animation-timing-function:cubic-bezier(.98,.02,1,.69)}100%{top:-200vh;left:-200vh;opacity:0}}@keyframes fire-blast{0%,20%{opacity:0;top:2rem;left:calc(50% - 3rem);animation-timing-function:ease-out}30%,40%{opacity:1;top:2rem;left:calc(50% - 3rem);animation-timing-function:cubic-bezier(.98,.02,1,.69)}100%{top:-200vh;left:calc(-200vh + .5rem);opacity:0}}.chart-container{display:flex;width:100%;align-items:center;justify-content:center;height:280px}.chart-svg{width:200px;height:200px}.chart-svg .axis{fill:none;stroke:#9ca3af;stroke-width:.5}.chart-svg .line{fill:none;stroke:#1ea49a;stroke-width:.8;stroke-dasharray:20;animation:chart-draw 2s ease-in-out infinite}.chart-svg .line:nth-child(3){animation-delay:0s}.chart-svg .line:nth-child(4){animation-delay:.3s}.chart-svg .line:nth-child(5){animation-delay:.6s}.chart-svg .arrows{fill:#0d2b42;animation:chart-arrow-pulse 2s ease-in-out infinite;animation-delay:.9s}@keyframes chart-draw{0%{stroke-dashoffset:20}30%,100%{stroke-dashoffset:0}}@keyframes chart-arrow-pulse{0%{opacity:0;transform:translateY(3px)}25%,75%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(3px)}}