/* =========================
   PRICING SECTION
========================= */
.pricing-section {
  background: #000;
  padding: 64px 80px;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
}

/* HEADER */
.pricing-header {
  max-width: 1280px;
  margin-bottom: 44px;
}

.pricing-label {
  font-size: 14px;
  color: #A882FF;
  letter-spacing: 0.04em;
}

.pricing-title {
  font-size: 48px;
  font-weight: 900;
  margin: 12px 0;
}

.pricing-desc {
  font-family: Lato;
  font-size: 20px;
  color: #DBDBDB;
  max-width: 1280px;
}

/* =========================
   TOGGLE
========================= */
.pricing-toggle {
  margin-top: 32px;
  width: 301px;
  height: 68px;
  background: #232323;
  border-radius: 20px;
  position: relative;
  display: flex;
  padding: 6px;
}

.toggle-bg {
  position: absolute;

  top: 15px;
  left: 10px;
  width: 50%;
  height: calc(100% - 12px);
  background: linear-gradient(101.67deg, #93C3FD 0%, #7D86ED 45.89%, #5B63ED 100%);
  border-radius: 12px;
  transition: 0.3s ease;

  width: 130px;
  height: 36px;

}

.toggle-btn {
  flex: 1;
  background: none;
  border: none;
  color: #fff;
  z-index: 2;
  font-size: 16px;
  cursor: pointer;
}

.toggle-btn.active {
  color: #000;
}

/* =========================
   CARDS WRAPPER
========================= */
.pricing-cards {
  max-width: 1280px;
  display: flex;
  gap: 20px;
}

/* =========================
   CARD BASE
========================= */
.pricing-card {
  width: 405px;
  height: 616px;
  padding: 40px 40px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing-card.light {
  background: #E8E7DE;
  color: #000;
}

.pricing-card.dark {
  background: #232323;
}

/* CARD CONTENT */
.card-price {
  font-size: 48px;
  font-weight: 900;
}

.card-desc {
  font-family: Lato;
  font-size: 16px;
}

.card-btn {
  /* margin-top: 8px; */
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(101.67deg, #93C3FD 0%, #7D86ED 45.89%, #5B63ED 100%);
  color: #ffffff;
}

/* FEATURES */
.card-features {
  list-style: none;
  padding: 0;
  font-family: Lato;
  font-size: 15px;
}

.card-features li {
  margin-bottom: 10px;
}

.inc-text {
  font-family: Orbitron;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;

}


.light-expiry {
  background: #ffffff;
  color: #000;
}

.dark-expiry {
  background: #232323;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================
   TABLET (768px – 991px)
========================= */
@media (max-width: 991px) and (min-width: 768px) {

  .pricing-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .pricing-card {
    width: calc(50% - 10px);
    /* 2 cards per row */
    height: auto;
    /* IMPORTANT: prevent overflow */
    padding: 40px 32px;
  }

  .card-price {
    font-size: 40px;
  }

  .pricing-desc {
    white-space: normal;
    /* prevent text overflow */
  }
}

/* =========================
   MOBILE (≤ 767px)
========================= */
@media (max-width: 767px) {

  .pricing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-cards {
    flex-direction: column;
    gap: 20px;
  }

  .pricing-card {
    width: 100%;
    height: auto;
    /* auto height for mobile */
    padding: 32px 24px;
  }

  .pricing-title {
    font-size: 32px;
    line-height: 42px;
  }

  .pricing-desc {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }

  .card-price {
    font-size: 36px;
  }
}

/* =========================
   SMALL MOBILE (≤ 375px)
========================= */
@media (max-width: 375px) {

  .pricing-card {
    padding: 28px 20px;
  }

  .card-price {
    font-size: 32px;
  }

  /*  */

  .pricing-toggle {
    width: 100%;
    max-width: 100%;
    height: 56px;
    padding: 4px;
  }

  .toggle-bg {
    width: 45%;
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    border-radius: 10px;
  }

  .toggle-btn {
    font-size: 14px;
  }

}

/* pricing e */

/* work s */

/* =========================
   WORK SECTION
========================= */
.work-section {
  background: #000;
  padding: 64px 80px;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
}

.work-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* =========================
   HEADER
========================= */
.work-header {
  max-width: 1280px;
  margin-bottom: 64px;
}

.work-label {
  font-family: Orbitron;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #A882FF;
  display: block;
  margin-bottom: 12px;
}

.work-title {
  font-family: Orbitron;
  font-weight: 900;
  font-size: 40px;
  line-height: 64px;
  color: #fff;
  margin-bottom: 16px;

}

.work-desc {
  font-family: Lato;
  font-size: 20px;
  line-height: 28px;
  color: #DBDBDB;
}


/* =========================
   CARD
========================= */
/* .work-card {
  width: 346px;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.work-card.dark {
  background: #232323;
  color: #fff;
} */

.work-card.light {
  background: #E8E7DE;
  color: #000;
}

.work-card h3 {
  font-family: Orbitron;
  font-size: 22px;
  font-weight: 700;
}

.work-card p {
  font-family: Lato;
  font-size: 16px;
  line-height: 24px;
}

.work-card a {
  margin-top: auto;
  font-family: Orbitron;
  font-size: 16px;
  text-decoration: none;
  color: inherit;
}

/*  */
.card-icon {
  margin: 0 0 10px;
}

.work-cards {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.work-card {
  width: 346px;
  padding: 12px;
  border-radius: 24px;
  gap: 12px;

}

.work-card.dark {
  background: #232323;
  color: #fff;
}

.work-card.light {
  background: #E8E7DE;
  color: #000;
}

/* Zig-zag offsets */
.card-1 {
  transform: translateY(-40px);
}

.card-2 {
  transform: translateY(40px);
}

.card-3 {
  transform: translateY(-40px);
}

/* Arrow */
/* .work-arrow svg {
  width: 120px;
  height: 80px;
} */

@media (max-width: 991px) {
  .work-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .work-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* =========================
   TABLET (768px – 991px)
========================= */
@media (max-width: 991px) {

  .work-cards {
    flex-direction: row;
    align-items: center;
    /* margin */

  }

  .work-card {
    width: 500px;
    height: 40%;
  }

  /* 
  .work-card {
    width: 250px;
    height: 280px;    
    padding: 10px;   
    gap:16px;
    
    justify-content: space-between;
   /* margin-bottom: 120px; *
  } */

  /* .card-icon{
    width: 20px;
    height: 20px;
  } */

  .work-arrow svg {
    width: 40px;
    stroke: #ffffff;

  }


  .work-arrow1 svg {
    width: 40px;
    stroke: #ffffff;
  }

  /* remove zig-zag on tablet */
  .card-1 {
    transform: translateY(-20px);
  }

  .card-2 {
    transform: translateY(20px);
  }

  .card-3 {
    transform: translateY(-20px);
  }
}

/* =========================
   MOBILE (≤425 / 375)
========================= */
@media (max-width: 767px) {

  .work-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .work-card {
    width: 100%;
    max-width: 346px;
    /* SAME CARD SIZE */
  }

  .work-arrow svg {
    width: 50px;
    stroke: #ffffff;
    transform: -rotate(115deg);

  }


  .work-arrow1 svg {
    width: 50px;
    stroke: #ffffff;
    transform: rotate(115deg);
    /* transform-origin: center; */
  }

  /* keep straight layout */
  .card-1,
  .card-2,
  .card-3 {
    transform: none;
  }
}

/* working sec e */