.bb-articleWrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  min-height: 100vh;
  display: flex;
}

.bb-article h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 2rem;
  font-weight: 700;
}
.bb-article p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}
.bb-article h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 700;
}
.bb-article strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.bb-article ul,
.bb-article ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.bb-article ul li,
.bb-article ol li {
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
.bb-article ul li:last-child,
.bb-article ol li:last-child {
  margin-bottom: 0;
}
.bb-article ul {
  list-style-type: disc;
}
.bb-article ol {
  list-style-type: decimal;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

a {
  color: #ff1a1a;
}

.video-container {
  flex: 1;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}
.video-container .frame-overlay {
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.thankyou-container {
  margin: 0 2rem;
  min-height: 70vh;
}
.thankyou-container .thankyou-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.thankyou-container .thankyou-content h2 {
  margin-bottom: 1rem;
  font-weight: normal;
}
.thankyou-container .thankyou-content h2 + p {
  color: #00f885;
  font-weight: bolder;
}
.thankyou-container .thankyou-content p {
  margin-bottom: 0.5rem;
}
.thankyou-container .thankyou-content #count-message {
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}
.thankyou-container .thankyou-content #count-message .count-number {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: bolder;
  display: block;
  margin: 1rem;
  color: #ff1a1a;
}

.btn.btn-primary {
  width: auto;
  font-family: "Nocken", sans-serif;
  font-size: 1rem;
  cursor: pointer;
}

.test-drive-section .align-center {
  text-align: center;
}

.pricing {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  flex-direction: column;
}
.pricing .section-header {
  text-align: center;
  color: white;
  margin-bottom: 3rem;
  margin-top: 6rem;
}
.pricing .section-header.no-space {
  margin-top: 0;
}
.pricing .section-header h2 {
  font-size: clamp(3rem, 6vw, 4.5rem);
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 900;
  font-style: italic;
}
.pricing .section-header .subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
}
.pricing .nameBatch {
  max-width: 89.5%;
  border-radius: 15px;
}
.pricing .preOrderBenefits {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-top: 2rem;
}
.pricing .preOrderBenefits > div {
  display: flex;
  flex: 0 0 calc(50% - 1rem);
  min-width: 300px;
  flex-direction: column;
  padding: 1rem;
}
.pricing .preOrderBenefits > div h3,
.pricing .preOrderBenefits > div p,
.pricing .preOrderBenefits > div ul {
  margin: 0.5rem;
}
.pricing .preOrderBenefits > div h3 li,
.pricing .preOrderBenefits > div p li,
.pricing .preOrderBenefits > div ul li {
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .pricing .preOrderBenefits > div {
    flex: 0 0 100%;
  }
}
.pricing .hero_pricing_info {
  margin: 3rem;
  text-align: center;
  font-size: clamp(0.5rem, 3vw, 1rem);
  color: #ff0000;
  font-weight: 700;
}
.pricing .pricing-container {
  display: flex;
  gap: 2rem;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .pricing .pricing-container {
    flex-direction: column;
    align-items: center;
  }
}
.pricing .pricing-card {
  background: linear-gradient(180deg, rgba(255, 26, 26, 0.5) 0%, rgba(255, 26, 26, 0) 100%);
  border: 1px solid #000;
  padding: 2rem;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  color: white;
}
.pricing .pricing-card.active {
  border-color: #ff1a1a;
}
.pricing .pricing-card h3 {
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
  margin: 0;
}
.pricing .pricing-card .subtitle {
  color: rgba(255, 255, 255, 0.6);
  margin: 0.5rem 0 2rem;
}
.pricing .pricing-card .price {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.pricing .pricing-card .pre-order {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2rem;
}
.pricing .pricing-card :global(.razorpay-payment-button) {
  width: 100%;
}
.pricing .pricing-card :global(.razorpay-payment-button) :global(.PaymentButton) {
  height: auto;
  width: 100%;
  padding: 4px;
}
.pricing .pricing-card .razorpay-payment-button {
  width: 100%;
}
.pricing .pricing-card .razorpay-payment-button .PaymentButton {
  height: auto;
  width: 100%;
  padding: 4px;
}
.pricing .pricing-card button {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pricing .pricing-card button.sold-out {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.pricing .pricing-card button.waitlist-btn {
  background: #ff0000;
  color: white;
}
.pricing .pricing-card button.waitlist-btn:hover {
  background: #cc0000;
}
.pricing .pricing-card button.waitlist-btn:active {
  transform: translateY(1px);
}

.customers-container {
  padding: 4rem 2rem;
  overflow: hidden;
}
.customers-container h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #fff;
}

.carousel-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.customers-carousel {
  overflow: hidden;
  padding: 1rem 0;
  width: 80vw;
}

.carousel-track {
  display: flex;
  animation: marquee 100s linear infinite;
  gap: 2rem;
  width: 10000px;
}
@media (max-width: 768px) {
  .carousel-track {
    animation: marquee 50s linear infinite;
    width: 6000px;
  }
}
.carousel-track:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .pricing .pricing-container {
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .customers-container .carousel-track {
    gap: 1rem;
  }
  .customers-container .customer-card {
    flex: 0 0 300px;
    padding: 1.5rem;
  }
}

.customer-card {
  margin: 0;
  padding: 2rem;
  display: flex;
  min-width: 500px;
}
.customer-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
}
.customer-card .position {
  font-family: var(--font-text);
  font-weight: 400;
}
.customer-card .description {
  font-family: var(--font-text);
  font-weight: 400;
}
.customer-card .customer-photo {
  min-width: 130px;
  height: 130px;
  background: url("/assets/images/tshell-customers@2x.png") no-repeat;
  background-size: 780px auto;
  border-radius: 15px;
  margin: 0 2rem 0 0;
  filter: grayscale(100%);
}
.customer-card .customer-info h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.customer-card .customer-info .position {
  color: #4790e5;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 1.5rem;
}
.customer-card .customer-info .description {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .customer-card {
    flex-direction: column;
    align-items: flex-start;
    min-width: 300px;
  }
  .customer-card .customer-photo {
    margin: 0 0 1rem 0;
  }
}

.take-home-footer {
  text-align: center;
  padding: 4rem;
}

.btn-secondary {
  z-index: 2;
  background: linear-gradient(145deg, rgba(255, 26, 26, 0), rgba(204, 0, 0, 0));
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 14px 28px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  backdrop-filter: blur(30px);
  clip-path: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0 75%, 0 0);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2), 0 4px 0 #990000, 0 4px 10px rgba(0, 0, 0, 0.5);
}
.btn-secondary.active {
  background: linear-gradient(145deg, #ff1a1a, #cc0000);
}
.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3), 0 6px 0 #990000, 0 6px 15px rgba(0, 0, 0, 0.6);
}
.btn-secondary:hover::before {
  opacity: 1;
}
.btn-secondary:active {
  transform: translateY(2px);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2), 0 2px 0 #990000, 0 2px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .btn-secondary {
    font-size: 0.8125rem;
    padding: 12px 24px;
  }
}