@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #000;
}

.background-image {
  background-image: url("/assets/images/BG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  min-height: 100vh;
  position: relative;
}
.blog-billbg-image {
  background-image: url("/assets/images/blog-bill-image.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-cloud-bill {
  overflow: hidden;
  background-image: url("/assets/images/cloud-bill-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 405px 0;
  margin-top: 210px;
  position: relative;
}
.bg-cloud-bill .col-lg-8 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.navbar-brand:hover {
  transform: translateY(-2px);
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #7209b7, #533483);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
}

.logo-text {
  font-weight: 700;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500;
  margin: 0 1rem;
  padding: 0.5rem 0 !important;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7209b7, #533483);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Hero Section */
.hero-section {
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  position: relative;
}

.productivity-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 1.25rem;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(#0d061a, #0d061a) padding-box,
    /* inner background */
      linear-gradient(
        180deg,
        rgba(211, 178, 255, 0.2) 0%,
        rgba(0, 0, 0, 0) 100%
      )
      border-box; /* gradient border */
  color: #ceb4f9;
  animation: fadeInUp 0.8s ease-out;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.productivity-badge:hover {
  transform: translateY(-5px);
}

.productivity-badge i {
  color: #7209b7;
  font-size: 1rem;
}

.hero-title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}
.hero-subtitle {
  color: #b1b0b6 !important;
  font-size: 24px;
}

/* Email Signup Form */
.email-signup-form {
  max-width: 500px;
  margin: 0 auto 2rem;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.email-signup-form form {
  border: 1px solid #590dd7;
  background-color: #391088;
  border-radius: 5px;
  backdrop-filter: blur(10px);
  gap: 0.5rem;
}

.email-input {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  flex: 1;
}

.email-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.email-input:focus {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #ffffff;
}

.btn-notify {
  background: linear-gradient(135deg, #7209b7, #533483);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(114, 9, 183, 0.3);
}

.btn-notify:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(114, 9, 183, 0.4);
  background: linear-gradient(135deg, #8a2be2, #6a4c93);
}

/* Hero Features */
.hero-features {
  animation: fadeInUp 0.8s ease-out 0.8s both;
}

.feature-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin: 0 1rem;
  margin-left: 0px;
}

.feature-dot {
  color: #7209b7;
  font-size: 0.5rem;
  margin-right: 0.75rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-control:focus {
  background: #391088 !important;
  border-color: #391088 !important;
  border-right: none !important;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: -0.2rem 0 0 0 #590dd7, /* left */ 0 0.2rem 0 0 #590dd7,
    /* bottom */ 0 -0.2rem 0 0 #590dd7 !important;
  color: white;
}
/* Form Success Animation */
.form-success {
  animation: successPulse 0.6s ease-out;
}

@keyframes successPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* pricing section */
/* Pricing Section */
.pricing-section {
  padding: 100px 0;
  background: rgba(26, 26, 46, 0.2);
  backdrop-filter: blur(10px);
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(114, 9, 183, 0.2);
  border: 1px solid rgba(114, 9, 183, 0.3);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.8s ease-out;
}

.pricing-badge i {
  color: #fff;
  font-size: 1rem;
}

.pricing-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* pricing section */
.pricing-section {
  padding: 100px 0;
  background: rgba(26, 26, 46, 0.2);
  backdrop-filter: blur(10px);
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(114, 9, 183, 0.2);
  border: 1px solid rgba(114, 9, 183, 0.3);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.8s ease-out;
}

.pricing-badge i {
  color: #7209b7;
  font-size: 1rem;
}

.pricing-subtitle {
  font-size: 24px;
  color: #b1b0b6 !important;
  font-weight: 400;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Pricing Cards */
.pricing-card {
  background-image: url("/assets/images/pricing-card-bg.png");
  background: #090022;
  border: 1px solid #290e72 !important;
  border-radius: 16px 16px 0 0;
  padding: 2rem;
  padding-bottom: 0px;
  margin: 0 20px;
  height: 100%;
  width: 350px;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.pricing-card-bottom {
  background: #090022;
  border: 1px solid #290e72;
  border-top: none;
  border-radius: 0 0 16px 16px;
  padding: 2rem;
  margin: 0 20px;
  height: 100%;
  width: 350px;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.pricing-card-bottom-premium {
  background: #090022;
  border-top: none;
  border-radius: 0 0 16px 16px;
  padding: 2rem;
  padding-bottom: 70px;
  padding-left: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mid-pricing-card {
  background: rgba(26, 26, 46, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
.padding-2rem {
  padding: 2rem;
  border-radius: 16px;
}
.pricing-card-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
.pricing-card-section:hover {
  transform: translateY(-5px);
  border-color: rgba(114, 9, 183, 0.3);
  box-shadow: 0 20px 40px rgba(114, 9, 183, 0.2);
}

.pricing-card-recommended {
  position: 0px;
  background: transparent;
  transform: scale(1.05);
}

.pricing-card-recommended:hover {
  transform: scale(1.05) translateY(-5px);
}

.recommendation-badge {
  width: 100%;
  transform: translateX(0%);
  background: #fff;
  padding: 0 2rem 2rem 2rem;
  padding: 0.5rem 1.5rem;
  border-radius: 16px 16px 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-card-header {
  margin-bottom: 2rem;
}

.plan-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.plan-price {
  margin-bottom: 1rem;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.period {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.plan-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  margin-bottom: 0;
}

.btn-plan {
  width: 100%;
  color: #ffffff;
  background: linear-gradient(180deg, #6e97fe -179.17%, #1a1236 56.85%);
  border: 1px solid;
  border-image-source: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) -9%,
    rgba(183, 144, 246, 0.5) 100%
  );
  font-family: "Cal Sans", sans-serif;
  padding: 14px 79px;
  border-radius: 11px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.selected-btn-plan {
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #a855f7 0%, #7c3aed 100%);
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 5px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6);
  letter-spacing: 0.01em;
}

.btn-plan:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-2px);
}
.selected-btn-plan:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-plan-recommended {
  background: linear-gradient(135deg, #7209b7, #533483);
  border: none;
  box-shadow: 0 4px 15px rgba(114, 9, 183, 0.3);
}

.btn-plan-recommended:hover {
  background: linear-gradient(135deg, #8a2be2, #6a4c93);
  box-shadow: 0 8px 25px rgba(114, 9, 183, 0.4);
  color: #ffffff;
}

.plan-note {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.plan-features {
  list-style: none;
  padding: 0;
}

.plan-features .feature-item {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.feature-check {
  color: gray;
  margin-right: 10px;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .margin-blog-cards {
    margin-bottom: 70px !important;
  }
  .blog-billbg-image {
    background-size: 540%;
    margin-bottom: 100px;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .email-signup-form form {
    gap: 1rem;
  }

  .btn-notify {
    width: 100%;
  }
  .pricing-card-recommended {
    transform: none;
  }
  .feature-item {
    margin: 0.5rem 0;
    justify-content: center;
  }

  .hero-features .row {
    flex-direction: column;
    align-items: center;
  }
  .pricing-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .navbar-nav .nav-link {
    margin: 0.5rem 0;
  }

  .productivity-badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
  .pricing-title {
    font-size: 2rem;
  }
}
.blog-top-container {
  height: 50vh;
}
/* Blog Section */
.blog-section {
  backdrop-filter: blur(10px);
  padding: 100px 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-content {
  background: rgba(26, 26, 46, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
}

.blog-intro {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}

.blog-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

.blog-conclusion {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 25px;
  font-weight: 400;
}

.features-heading {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.features-intro {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.features-list {
  margin-bottom: 2rem;
}

.feature-item-blog {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
.cloud-bill-bg-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.content-cloud-bill {
  position: absolute;
  top: 55%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.feature-bullet {
  color: #7209b7;
  font-size: 0.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.search-box {
  background: rgba(26, 26, 46, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 50px 50px;
  backdrop-filter: blur(10px);
}

.search-input-wrapper {
  position: relative;
}

.search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0.9rem;
}

.search-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  color: #ffffff;
  font-size: 0.95rem;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(114, 9, 183, 0.5);
  outline: none;
  box-shadow: 0 0 0 3px rgba(114, 9, 183, 0.1);
  color: #ffffff;
}

.recent-posts {
  background: rgba(26, 26, 46, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
}

.sidebar-heading {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.post-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.post-item:last-child {
  border-bottom: none;
}

.post-links {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  transition: all 0.3s ease;
  display: block;
}
.post-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  transition: all 0.3s ease;
  display: block;
}

.post-link:hover {
  border-left: 3px solid #7209b7;
  padding-left: 10px;
  background-color: #9686a018;
  text-decoration: none;
  transform: translateX(5px);
}

/* Responsive Design for Blog */
@media (max-width: 991px) {
  .blog-sidebar {
    padding-left: 0;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .blog-content {
    padding: 1.5rem;
  }
  .bg-cloud-bill {
    display: none !important;
  }
  .search-box,
  .recent-posts {
    padding: 1rem;
  }
  .image-cloud-bill {
    height: 30vh;
    object-fit: cover;
  }
  .content-cloud-bill {
    top: 80%;
    left: 53%;
  }

  .features-heading {
    font-size: 1.25rem;
  }

  .blog-intro,
  .blog-text,
  .blog-conclusion {
    font-size: 0.95rem;
  }
  .cloud-bill-bg-image {
    margin-bottom: 10vh;
  }
}
/* Main CTA Section */
.cta-main-section {
  width: 100%;
}

.cta-main-card {
  background: rgba(26, 26, 46, 0.4);
  border: 2px solid;
  border-image: linear-gradient(135deg, #7209b7, #533483, #0f3460, #16213e) 1;
  border-radius: 16px;
  padding: 4rem 3rem;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.cta-main-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(114, 9, 183, 0.1) 0%,
    rgba(83, 52, 131, 0.1) 50%,
    rgba(15, 52, 96, 0.1) 100%
  );
  border-radius: 14px;
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-main-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.8s ease-out;
}

.cta-main-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.btn-cta-main {
  background: linear-gradient(135deg, #7209b7, #533483);
  color: white;
  border: none;
  padding: 1.25rem 3rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(114, 9, 183, 0.4);
  display: inline-block;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.btn-cta-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(114, 9, 183, 0.5);
  background: linear-gradient(135deg, #8a2be2, #6a4c93);
  color: white;
  text-decoration: none;
}

.btn-cta-main:active {
  transform: translateY(-1px);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .cta-main-card {
    padding: 3rem 2rem;
    margin: 1rem;
  }

  .cta-main-title {
    font-size: 2.5rem;
  }

  .cta-main-subtitle {
    font-size: 1.25rem;
  }

  .btn-cta-main {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .cta-main-card {
    padding: 2rem 1.5rem;
  }

  .cta-main-title {
    font-size: 2rem;
  }

  .cta-main-subtitle {
    font-size: 1.1rem;
  }

  .btn-cta-main {
    width: 100%;
    padding: 1rem;
  }
}

/* Additional visual enhancements */
.cta-main-card {
  position: relative;
}

.cta-main-card::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #7209b7, #533483, #0f3460, #16213e);
  border-radius: 18px;
  z-index: -1;
  opacity: 0.8;
}

/* Subtle glow effect */
.cta-main-card {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 60px rgba(114, 9, 183, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* pricing-card */
.card-container {
  background: white;
  border-radius: 20px;
  padding: 4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 95%;
}

.recommendation-badge {
  background: white;
  color: #333;
  text-align: center;
  padding: 12px;
  border-radius: 16px 16px 0 0;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: relative;
}

.plan-card {
  background: #252554;
  background: linear-gradient(
    18deg,
    #090022 27%,
    rgba(58, 15, 155, 1) 60%,
    rgb(138, 80, 224) 87%
  );
  border-radius: 16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: white;
  position: relative;
  overflow: hidden;
}
.premium-card-top {
  padding: 0px 24px;
}

.plan-header {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}

.plan-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.plan-name {
  font-size: 20px;
  color: white;
  margin-bottom: 0px;
}

.sparkle-icon {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.price {
  font-size: 48px;
  font-weight: 400;
  color: white;
  line-height: 1;
  margin-bottom: 4px;
}

.price-period {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.plan-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.renewal-info {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: relative;
  z-index: 2;
}

.features-list {
  list-style: none;
  position: relative;
  z-index: 2;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.feature-item:last-child {
  margin-bottom: 0;
}

.check-icon {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
  position: relative;
}

.check-icon::after {
  content: "✓";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
/* pricing-card */
