/* designed by https://theme.mysellauth.com */
/* designed by https://theme.mysellauth.com */
.section-title {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  display: block !important;
  width: 100% !important;
}

.section-title h2 {
  margin-top: 1.25rem;
  text-align: center !important;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fafafa;
  padding: 0 1rem;
  display: block !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  .section-title h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 2.75rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .section-title h2 {
    font-size: 3.5rem;
  }
}
/* designed by https://theme.mysellauth.com */
.section-subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  display: block !important;
  width: 100% !important;
}
/* designed by https://theme.mysellauth.com */
.section-subtitle p {
  color: #a1a1aa;
  margin-top: 1.25rem;
  text-align: center !important;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0.5rem;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  .section-subtitle p {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .section-subtitle p {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    padding: 0;
  }
}

/* designed by https://theme.mysellauth.com */
.testimonials .col-12 {
  margin-bottom: 1.5rem;
}

.testimonial {
  background: rgba(18, 18, 21, 0.4) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(247, 50, 52, 0.15) !important;
  border-radius: 1.25rem !important;
  padding: 1.5rem !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.testimonial:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(247, 50, 52, 0.4) !important;
  box-shadow: 0 15px 40px rgba(247, 50, 52, 0.1) !important;
  background: rgba(18, 18, 21, 0.6) !important;
}
/* designed by https://theme.mysellauth.com */
.testimonial .header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 1.25rem !important;
  border: none !important;
  padding: 0 !important;
}

.testimonial .quote {
  width: 2rem !important;
  height: 2rem !important;
  color: rgba(247, 50, 52, 0.2) !important;
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
}

.testimonial .stars {
  display: flex !important;
  gap: 0.25rem !important;
}

.testimonial .stars svg {
  width: 1.125rem !important;
  height: 1.125rem !important;
}

.testimonial .content .message {
  font-size: 0.9375rem !important;
  line-height: 1.6 !important;
  color: #fafafa !important;
  margin-bottom: 1rem !important;
}

.testimonial .content .reply {
  background: rgba(247, 50, 52, 0.05) !important;
  border-left: 2px solid #F73234 !important;
  padding: 1rem !important;
  border-radius: 0.5rem !important;
  margin-top: 1rem !important;
}
/* designed by https://theme.mysellauth.com */
.testimonial .content .reply .text {
  font-size: 0.875rem !important;
  color: #a1a1aa !important;
  margin-bottom: 0.5rem !important;
}

.testimonial .content .reply .author {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.testimonial .content .reply .author span {
  color: #F73234 !important;
}

.testimonial .footer {
  margin-top: 1.5rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.testimonial .footer .items {
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #F73234 !important;
}

.testimonial .footer .date {
  font-size: 0.75rem !important;
  color: #71717a !important;
}

.pricing-plan-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #09090b;
  color: #fafafa;
}

@media (min-width: 640px) {
  .pricing-plan-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.pricing-plan-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .pricing-plan-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pricing-plan-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .pricing-plan-header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-header {
    margin-bottom: 3rem;
  }
}

.pricing-plan-badge-wrapper {
  display: flex;
  justify-content: center;
}

.pricing-plan-badge-mono {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.375rem 1rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  background: rgba(247, 50, 52, 0.1);
  border: 1px solid rgba(247, 50, 52, 0.4);
  color: #F73234;
}

.pricing-plan-badge-mono svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pricing-plan-badge-mono .badge-separator {
  width: 1px;
  height: 14px;
  background: rgba(247, 50, 52, 0.3);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .pricing-plan-badge-mono {
    padding: 0.375rem 1.25rem;
  }
  
  .pricing-plan-badge-mono svg {
    width: 18px;
    height: 18px;
  }
  
  .pricing-plan-badge-mono .badge-separator {
    height: 16px;
  }
}
/* designed by https://theme.mysellauth.com */
.pricing-plan-main-title {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  color: #fafafa;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .pricing-plan-main-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-main-title {
    font-size: 2.75rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-main-title {
    font-size: 3.5rem;
  }
}

.pricing-plan-main-subtitle {
  color: #a1a1aa;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0.5rem;
}

@media (min-width: 640px) {
  .pricing-plan-main-subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-main-subtitle {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    padding: 0;
  }
}

.pricing-plan-content {
  position: relative;
}

.pricing-plan-grid-bg {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: -50%;
  left: -25%;
  right: -25%;
  bottom: -50%;
  width: 150%;
  height: 200%;
  background-image: 
    linear-gradient(to right, rgba(247, 50, 52, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(247, 50, 52, 0.2) 1px, transparent 1px);
  background-size: 50px 50px;
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at center, transparent 0%, black 35%, transparent 75%);
  mask-image: radial-gradient(ellipse 65% 55% at center, transparent 0%, black 35%, transparent 75%);
}

.pricing-plan-cards-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .pricing-plan-cards-container {
    max-width: 56rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-cards-container {
    max-width: 64rem;
  }
}
/* designed by https://theme.mysellauth.com */
.pricing-plan-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  background: rgba(9, 9, 11, 0.8);
  backdrop-filter: blur(8px);
  position: relative;
  border: 1px solid rgba(247, 50, 52, 0.3);
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .pricing-plan-cards-grid {
    gap: 1rem;
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .pricing-plan-cards-grid {
    gap: 1.25rem;
    padding: 1.5rem;
  }
}

.pricing-plus-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  color: #F73234;
  background: #09090b;
  z-index: 2;
}

@media (min-width: 640px) {
  .pricing-plus-icon {
    width: 22px;
    height: 22px;
  }
}

.pricing-plus-top-left {
  top: -10px;
  left: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-top-left {
    top: -12px;
    left: -12px;
  }
}

.pricing-plus-top-right {
  top: -10px;
  right: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-top-right {
    top: -12px;
    right: -12px;
  }
}

.pricing-plus-bottom-left {
  bottom: -10px;
  left: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-bottom-left {
    bottom: -12px;
    left: -12px;
  }
}

.pricing-plus-bottom-right {
  right: -10px;
  bottom: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-bottom-right {
    right: -12px;
    bottom: -12px;
  }
}

.pricing-card-item {
  width: 100%;
  padding: 1rem 0.75rem 0.75rem;
  position: relative;
}

@media (min-width: 640px) {
  .pricing-card-item {
    padding: 1.25rem 1rem 1rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-item {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}

.pricing-card-featured {
  border-radius: 0.5rem;
  border: 1px solid #F73234;
  background: rgba(247, 50, 52, 0.05);
}

.pricing-card-content-space {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .pricing-card-content-space {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-content-space {
    margin-bottom: 2.5rem;
  }
}

.pricing-card-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .pricing-card-header-flex {
    flex-wrap: nowrap;
  }
}

.pricing-card-plan-title {
  line-height: 1;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
  color: #fafafa;
}

@media (min-width: 640px) {
  .pricing-card-plan-title {
    font-size: 1.25rem;
  }
}

.pricing-card-discount-flex {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.pricing-card-strikethrough {
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-decoration: line-through;
}

@media (min-width: 640px) {
  .pricing-card-strikethrough {
    font-size: 0.875rem;
  }
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid transparent;
  padding: 0.125rem 0.5rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 600;
  transition: colors 0.2s;
}

@media (min-width: 640px) {
  .pricing-badge {
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
  }
}

.pricing-badge-secondary {
  background-color: #27272a;
  color: #fafafa;
}

.pricing-badge-primary {
  background-color: #F73234;
  color: #ffffff;
}
/* designed by https://theme.mysellauth.com */
.pricing-card-desc {
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 640px) {
  .pricing-card-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.pricing-card-price-section {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .pricing-card-price-section {
    margin-top: 2rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-price-section {
    margin-top: 2.5rem;
  }
}

.pricing-card-price-wrapper {
  color: #a1a1aa;
  display: flex;
  align-items: flex-end;
  gap: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .pricing-card-price-wrapper {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-price-wrapper {
    font-size: 1.25rem;
  }
}

.pricing-card-amount {
  color: #fafafa;
  margin-bottom: -0.125rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .pricing-card-amount {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .pricing-card-amount {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-amount {
    font-size: 4rem;
  }
}

.pricing-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: all 0.2s;
  height: 2.25rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

@media (min-width: 640px) {
  .pricing-btn {
    font-size: 0.875rem;
    height: 2.5rem;
    padding: 0.5rem 1rem;
  }
}

.pricing-btn-outline {
  border: 1px solid #27272a;
  background: #09090b;
  color: #fafafa;
}

.pricing-btn-outline:hover {
  background: rgba(247, 50, 52, 0.1);
  border-color: #F73234;
  color: #fafafa;
}

.pricing-btn-primary {
  background: linear-gradient(to bottom, #F73234, #d92a2c);
  color: #ffffff;
  border: none;
}

.pricing-btn-primary:hover {
  background: linear-gradient(to bottom, #d92a2c, #b82224);
}

.pricing-footer-info {
  color: #a1a1aa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  .pricing-footer-info {
    font-size: 0.875rem;
    padding: 0;
  }
}

.pricing-footer-info svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .pricing-footer-info svg {
    width: 16px;
    height: 16px;
  }
}
/* designed by https://theme.mysellauth.com */
.hero-gradient {
  background: linear-gradient(to bottom, #F73234, #8B1314);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pc-reveal-content {
  will-change: opacity, transform, filter;
  opacity: 0;
  transform: translateY(-40px);
  filter: blur(10px);
  transition: opacity 0.8s cubic-bezier(.4, 0, .2, 1), transform 0.8s cubic-bezier(.4, 0, .2, 1), filter 0.8s cubic-bezier(.4, 0, .2, 1);
}
/* designed by https://theme.mysellauth.com */
.is-animated .pc-reveal-content {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
}
/* designed by https://theme.mysellauth.com */