.section-py {
  padding: 6.25rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.landing-hero {
  border-radius: 0 0 3.5rem 3.5rem;
  padding-top: 10.2rem;
}
.landing-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .landing-hero .hero-text-box {
    max-width: 34.375rem;
    margin: 0 auto;
  }
}
.landing-hero .hero-title {
  background: linear-gradient(to right, #28c76f 0%, #5a4aff 47.92%, #ff3739 100%);
  background-size: 200% auto;
  color: #444050;
  background-clip: text;
  line-height: 1.2;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 2s ease-in-out infinite alternate;
}
.landing-hero .landing-hero-btn .hero-btn-item {
  inset-inline-start: -86%;
  top: 80%;
}
.landing-hero .hero-animation-img {
  margin-bottom: -32rem;
}
@media (max-width: 1199.98px) {
  .landing-hero .hero-animation-img {
    margin-bottom: -20rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero .hero-animation-img {
    margin-bottom: -10rem;
  }
}
.landing-hero .hero-animation-img .hero-dashboard-img {
  width: 80%;
  margin: 0 auto;
  will-change: transform;
  transform-style: preserve-3d;
  transition: all 0.1s;
}
.landing-hero .hero-animation-img .hero-dashboard-img img {
  width: 100%;
}

.landing-hero-blank {
  padding-top: 26rem;
}
@media (max-width: 1199.98px) {
  .landing-hero-blank {
    padding-top: 15rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero-blank {
    padding-top: 7rem;
  }
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}
.landing-features .features-icon-wrapper .features-icon-box .features-icon-description {
  max-width: 19.25rem;
  margin: 0 auto;
}

.landing-reviews {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-reviews .landing-reviews-btns .reviews-btn {
  padding: 0.45rem;
}
.landing-reviews .swiper-reviews-carousel .swiper-button-prev,
.landing-reviews .swiper-reviews-carousel .swiper-button-next {
  display: none;
}
.landing-reviews .swiper-reviews-carousel .swiper-slide {
  height: auto;
  padding: 0.8125rem;
}
.landing-reviews .swiper-reviews-carousel .client-logo {
  height: 1.375rem;
  object-fit: contain;
}
.landing-reviews .swiper-logo-carousel .swiper {
  max-width: 45rem;
}
.landing-reviews .swiper-logo-carousel .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.landing-reviews .swiper-logo-carousel .swiper .client-logo {
  max-height: 2.5rem;
  max-width: 95%;
  object-fit: contain;
}

.landing-team .card,
.landing-team .card .team-image-box {
  border-top-left-radius: 5.625rem;
  border-top-right-radius: 1.25rem;
}
.landing-team .card .card-body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.landing-team .team-image-box {
  height: 11.5625rem;
}
.landing-team .team-image-box .card-img-position {
  height: 15rem;
  transform: translateX(-50%);
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .landing-team .team-image-box .card-img-position {
    height: 13rem;
  }
}
@media (max-width: 575.98px) {
  .landing-team .team-image-box {
    height: 11rem;
  }
}
.landing-team .card .team-media-icons i {
  transition: all 0.2s ease-in-out;
}

.landing-pricing {
  border-radius: 3.75rem;
}
.landing-pricing .pricing-plans-item {
  inset-inline-end: -56%;
  bottom: -0.5rem;
}
@media (max-width: 767.98px) {
  .landing-pricing .pricing-plans-item {
    inset-inline-end: 0;
    bottom: 1rem;
  }
}
.landing-pricing .pricing-list .badge.badge-center {
  width: 1rem;
  height: 1rem;
}
.landing-pricing .pricing-list .badge.badge-center i {
  margin-top: -3px;
}
.landing-pricing .price-yearly-toggle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.landing-pricing .card .card-header,
.landing-pricing .card .card-body {
  padding: 2rem;
  padding-top: 3rem;
}

.landing-faq {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-faq .faq-image {
  max-width: 20rem;
  width: 80%;
}

.landing-cta .cta-title {
  font-size: 2.125rem;
}
@media (max-width: 767.98px) {
  .landing-cta .cta-title {
    font-size: 1.8rem;
  }
}

.landing-contact .text-heading {
  overflow-wrap: anywhere;
}
.landing-contact .contact-img-box,
.landing-contact .contact-img-box .contact-img {
  border-radius: 3.75rem 0.375rem 0.375rem 0.375rem;
}
.landing-contact .contact-img-box .contact-border-img {
  inset-block-start: -2.5rem;
  inset-inline-start: -2.8125rem;
}

.light-style .landing-hero {
  background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%);
}
.light-style .landing-hero::after {
  background-color: #fff;
}

.dark-style .landing-hero {
  background: #1e2130;
}
.dark-style .landing-hero::after {
  background-color: #2f3349;
}

[dir=rtl] .landing-team .team-image-box .card-img-position {
  transform: translateX(50%) !important;
}
[dir=rtl] .landing-pricing .switch .switch-label {
  padding-right: 0;
}
[dir=rtl] .landing-pricing .switch .switch-label:first-child {
  padding-left: 0.5rem;
}
[dir=rtl] .landing-pricing .switch .switch-input ~ .switch-label {
  padding-right: 3rem;
}
[dir=rtl] .landing-contact .contact-img-box::before {
  inset-block-start: -1.875rem;
  inset-inline-start: -3.125rem;
  transform: rotate(90deg);
}

/* ==========================================================================
   ULTRA PREMIUM SAAS AESTHETICS (WOW EFFECT)
   ========================================================================== */

.glass-card {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 10px 30px 0 rgba(31, 38, 135, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 1.5rem !important;
}

.dark-style .glass-card {
  background: rgba(47, 51, 73, 0.65) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
}

.glass-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 20px 40px rgba(115, 103, 240, 0.22);
  border-color: rgba(115, 103, 240, 0.6) !important;
}

.bento-card-primary {
  background: linear-gradient(135deg, rgba(115, 103, 240, 0.08) 0%, rgba(168, 85, 247, 0.04) 100%) !important;
  border: 1px solid rgba(115, 103, 240, 0.25) !important;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-card-primary::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(115, 103, 240, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.bento-card-primary:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(115, 103, 240, 0.25);
  border-color: rgba(115, 103, 240, 0.5) !important;
}

.bento-card-primary:hover::after {
  opacity: 1;
}

.bento-icon-glow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #7367f0 0%, #a855f7 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(115, 103, 240, 0.35);
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.bento-card-primary:hover .bento-icon-glow {
  transform: scale(1.1) rotate(5deg);
}

@keyframes float-smooth {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

.floating-badge {
  animation: float-smooth 4s ease-in-out infinite;
}

@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(115, 103, 240, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(115, 103, 240, 0); }
  100% { box-shadow: 0 0 0 0 rgba(115, 103, 240, 0); }
}

.btn-pulse-glow {
  animation: pulse-glow 2.5s infinite;
}

.text-gradient-premium {
  background: linear-gradient(135deg, #7367f0 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

