/* Boost Productivity Page Styles */
.boost-productivity-page {
  background: #fff;
  min-height: 100vh;
}

/* Hero Section */
.boost-hero {
  background: #fff;
  color: #1F1F1F;
  padding: clamp(80px, 10vw, 150px) 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.page-id-107 .ai-bpo2-card__right .chat-widget{
  width: 266px;
  height: 305px;
}
.page-id-107 .ai-bpo2-card__right .ai-bpo2-card__stat-block--curve{
  width: 240px;
  height: 280px;
}

.boost-hero__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.boost-hero__gradient-left {
  position: absolute;
    width: 371.6px;
    height: 392.58px;
    left: 2%;
    top: 5%;
    background: linear-gradient(193.83deg, #AA54F4 5.79%, #5479F7 72.51%);
    filter: blur(136.763px);
    transform: matrix(0.2, 0.98, 0.98, -0.2, 0, 0);
    z-index: -1;
}

.boost-hero__gradient-right {
  position: absolute;
  width: 331.6px;
  height: 272.58px;
  right: 0%;
  bottom: 22%;
  background: linear-gradient(193.83deg, #AA54F4 5.79%, #5479F7 72.51%);
  filter: blur(136.763px);
  transform: matrix(-0.2, -0.98, -0.98, 0.2, 0, 0);
  z-index: -1;
}

.boost-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: clamp(6px, 1.5vw, 8px) clamp(12px, 3vw, 24px);
  background: transparent;
  border: 1px solid #1F1F1F;
  border-radius: 999px;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 500;
  color: #1F1F1F;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin-bottom: 0px;
}

.boost-hero__badge-text {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.boost-hero__title {
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 75px;
  margin-bottom: 24px;
  color: #1F1F1F;
}

.boost-hero__subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #1F1F1F;
}

.boost-hero__content .btn--primary,
.boost-hero__content .btn--secondary {
  margin-right: 16px;
  margin-bottom: 16px;
}

.boost-hero__content .btn--primary:last-child,
.boost-hero__content .btn--secondary:last-child {
  margin-right: 0;
}

.boost-hero__visual {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  position: relative;
}

.boost-hero__image-container {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.boost-hero__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.boost-hero__star {
  position: absolute;
  top: 25%;
  right: 20%;
  z-index: 10;
}

.boost-hero__star-img {
  width: 80px;
  height: 80px;
  animation: starPulse 2s ease-in-out infinite;
}

@keyframes starPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .boost-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .boost-hero__title {
    font-size: 48px;
    line-height: 56px;
  }
  
  .boost-hero__subtitle {
    font-size: 16px;
  }
  
  .boost-hero__image-container {
    max-width: 400px;
  }
  
  .boost-hero__star {
    top: -15px;
    right: -15px;
  }
  
  .boost-hero__star-img {
    width: 40px;
    height: 40px;
  }
  
  .boost-hero__gradient-left,
  .boost-hero__gradient-right {
    width: 300px;
    height: 300px;
    filter: blur(80px);
  }
  
  .boost-hero__gradient-left {
    left: 50px;
    top: 100px;
  }
  
  .boost-hero__gradient-right {
    right: 50px;
    top: 100px;
  }
}

@media (max-width: 480px) {
  .boost-hero__title {
    font-size: 36px;
    line-height: 42px;
  }
  
  .boost-hero__image-container {
    max-width: 300px;
  }
  
  .boost-hero__star-img {
    width: 30px;
    height: 30px;
  }
  
  .boost-hero__gradient-left,
  .boost-hero__gradient-right {
    width: 200px;
    height: 200px;
    filter: blur(60px);
  }
  
  .boost-hero__gradient-left {
    left: 20px;
    top: 80px;
  }
  
  .boost-hero__gradient-right {
    right: 20px;
    top: 80px;
  }
}


/* Benefits Section */
.boost-benefits {
  padding: 150px 0;
  background: #fff;
}

.boost-benefits__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.boost-benefits__content {
  display: grid;
  grid-template-columns: 1fr 744px;
  gap: 44px;
  align-items: center;
}

.boost-benefits__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.boost-benefits__badge {
  display: inline-block;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  width: fit-content;
}

.boost-benefits__badge-solution {
  display: inline-block;
  padding: 6px 14px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 999px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: fit-content;
}

.boost-benefits__title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2rem, 1.2rem + 2vw, 3rem);
  font-weight: 500;
  line-height: 1.3;
  color: #222;
  margin: 0;
}
.boost-usecases__title{
  font-size: clamp(2rem, 1.2rem + 2vw, 3rem);
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

.boost-benefits__description {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #666;
  margin: 0;
}

.boost-benefits__right {
  width: 744px;
  height: 624px;
}

.boost-benefits__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

.boost-benefits__cards-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  height: 50%;
}

.boost-benefits__card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  flex: 1;
}

.boost-benefits__card--cost {
  background: #020E24;
  color: #fff;
}

.boost-benefits__card--burnout {
  background: #D85050;
  color: #fff;
}

.boost-benefits__card--wait {
  background: #1D0342;
  color: #fff;
}

.boost-benefits__card-image {
  margin-bottom: 16px;
}

.boost-benefits__card-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.boost-benefits__card-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: inherit;
  text-align: left;
  margin: 0;
}

/* Use Cases Section */
.boost-usecases {
  padding: 150px 0;
  background: url('../../Img/Inside_BPO_BG_Solution (1).webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.boost-usecases__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.boost-usecases__content {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

/* .boost-usecases__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
} */

.boost-usecases__description {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  width: 60%;
}

.boost-usecases__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.boost-usecases__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 309px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.boost-usecases__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.boost-usecases__card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boost-usecases__card-icon {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  width: 280px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boost-usecases__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 60%;
  max-height: 60%;
}

.boost-usecases__card-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.boost-usecases__card-content h3 {
  font-size: clamp(1rem, 0.8rem + 0.6vw, 1.125rem);
  line-height: 1.4;
  margin-bottom: 8px;
  color: #fff;
  text-align: left; 
  font-weight: 400;
}

.boost-usecases__card-content p {
  color: #fff;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
}

.usecase-item__icon {
  width: 32px;
  height: 32px;
  background: #8272fe;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  flex-shrink: 0;
}

.usecase-item__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.usecase-item__content p {
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* How It Works Section */
.boost-how-it-works {
  padding: 150px 0;
  background: #fff;
}

.boost-how-it-works__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.boost-how-it-works__title {
  font-size: clamp(2rem, 1.2rem + 2vw, 3rem);
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  margin: 0px;
  color: #222;
}
.boost-how-it-works__first-step{
  background: #1f1f1f;
  padding: 24px;
  border-radius: 20px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1 1 0;
  min-width: 0;
}

.boost-how-it-works__steps {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
}

.boost-how-it-works__step {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}


.boost-how-it-works__step-header {
  display: flex;
  justify-content: flex-start;
}
.boost-how-it-works__third-step{
  background: #bdbdfa;
  padding: 24px;
  border-radius: 20px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1 1 0;
  min-width: 0;
}
.boost-how-it-works__step-number {
  background: transparent;
  color: #ffffff;
  padding: clamp(4px, 0.3vw, 8px) clamp(14px, 1.2vw, 24px);
  border-radius: 50px;
  font-weight: 500;
  font-size: clamp(14px, 1.1vw, 18px);
  text-transform: none;
  border: 1px solid #ffffff;
  font-family: 'Roboto', Arial, sans-serif;
}
.boost-how-it-works__second-step{
  background: #f0f1f3;
  border: 1px solid #d8dbdf;
  padding: 24px;
  border-radius: 20px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1 1 0;
  min-width: 0;
}

/* Step 1 - Dark background, white text */
.boost-how-it-works__first-step .boost-how-it-works__step-number {
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* Step 2 - Light background, dark text */
.boost-how-it-works__second-step .boost-how-it-works__step-number {
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

/* Step 3 - Purple background, dark text */
.boost-how-it-works__third-step .boost-how-it-works__step-number {
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

.boost-how-it-works__step:first-child .boost-how-it-works__step-number {
  background: #020E24;
  color: #fff;
}

.boost-how-it-works__step:nth-child(2) .boost-how-it-works__step-number {
  background: #1D0342;
  color: #fff;
}

.boost-how-it-works__step-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  width: 100%;
}


.boost-how-it-works__step-visual img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  max-width: 100%;
}

.boost-how-it-works__chat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px;
  gap: clamp(20px, 1.7vw, 27.51px);
  margin: 0 auto;
  width: clamp(300px, 25vw, 400px);
  /* height: clamp(300px, 26.6vw, 426.1px); */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.boost-how-it-works__chat-message {
  padding: 16px 20px;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: clamp(30px, 3.5vw, 48px);
  font-weight: 400;
  font-family: 'Roboto', Arial, sans-serif;
}

.boost-how-it-works__chat-message.customer {
  background: #1f1f1f;
  color: #ffffff;
  align-self: flex-start;
  width: clamp(280px, 24vw, 383px);
  border-radius: clamp(12px, 1vw, 16px) clamp(12px, 1vw, 16px) clamp(12px, 1vw, 16px) 0;
}

.boost-how-it-works__chat-message.ai {
  background: #bdbdfa;
  color: #1f1f1f;
  align-self: flex-end;
  width: clamp(250px, 20vw, 310px);
  border-radius: clamp(12px, 1vw, 16px) clamp(12px, 1vw, 16px) 0 clamp(12px, 1vw, 16px);
}

/* Typing indicator */
.boost-how-it-works__typing-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: flex-end;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.boost-how-it-works__typing-indicator.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.boost-how-it-works__typing-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #666666;
}

.boost-how-it-works__typing-dots {
  display: flex;
  gap: 4px;
}

.boost-how-it-works__typing-dots span {
  width: 6px;
  height: 6px;
  background-color: #666666;
  border-radius: 50%;
  animation: typing-dots 1.4s infinite ease-in-out;
}

.boost-how-it-works__typing-dots span:nth-child(1) {
  animation-delay: 0s;
}

.boost-how-it-works__typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.boost-how-it-works__typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing-dots {
  0%, 60%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    transform: scale(1.2);
    opacity: 1;
  }
}

.boost-how-it-works__step-caption {
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(20px, 1.7vw, 27px);
  font-weight: 400;
  text-align: left;
  font-family: 'Roboto', Arial, sans-serif;
}

/* Step 1 - Dark background, white text */
.boost-how-it-works__first-step .boost-how-it-works__step-caption {
  color: #ffffff;
}

/* Step 2 - Light background, dark text */
.boost-how-it-works__second-step .boost-how-it-works__step-caption {
  color: #1f1f1f;
}

/* Step 3 - Purple background, dark text */
.boost-how-it-works__third-step .boost-how-it-works__step-caption {
  color: #1f1f1f;
}

.boost-how-it-works__step:nth-child(2) .boost-how-it-works__step-caption {
  background: #1D0342;
}





/* ROI Section */
.boost-roi {
  padding: 150px 0;
  background: url('../../Img/inside_BPO_BG_count.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
}



.boost-roi__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.boost-roi__badge {
  display: inline-block;
  /* background: rgba(255, 255, 255, 0.1); */
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* margin-bottom: 24px; */
  border: 1px solid rgb(255, 255, 255);
}

.boost-roi__title {
  font-size: clamp(2rem, 1.2rem + 2vw, 3rem); /* ~32px → 48px */
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  color: #fff;
  margin: 32px 0px 44px 0px;

}

.boost-roi__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.roi-stat {
  text-align: center;
  padding: 32px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.roi-stat__number {
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1;
}

.roi-stat__label {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

/* FAQ Section */
.boost-faq {
  padding: 150px 0;
  background: #fff;
  color: #222;
}

.boost-faq__container {
  max-width:1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.boost-faq__title {
  font-size: clamp(2rem, 1.2rem + 2vw, 3rem);
  font-weight: 500;
  text-align: left;
  margin-bottom: 60px;
  color: #222;
  line-height: 1.3;
}

.boost-faq__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.boost-faq__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 44px 0;
}

.boost-faq__item:last-child {
  border-bottom: none;
}

.boost-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s ease;
}

.boost-faq__question:hover {
  color: #8272fe;
}

.boost-faq__question span {
  font-size: clamp(1rem, 0.8rem + 0.6vw, 1.125rem); /* ~16px → 18px */
  line-height: 1.4;
  font-weight: 400;
 
}

.boost-faq__chevron {
  color: #666;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.boost-faq__question:hover .boost-faq__chevron {
  transform: translateY(2px);
  color: #8272fe;
}

.boost-faq__item.active .boost-faq__question:hover .boost-faq__chevron {
  transform: rotate(180deg) translateY(2px);
}

.boost-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
}

.boost-faq__answer p {
  margin: 0;
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

.boost-faq__item.active .boost-faq__answer {
  max-height: 200px;
  padding: 24px 0 0 0;
}

.boost-faq__item.active .boost-faq__chevron {
  transform: rotate(180deg);
  color: #8272fe;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* CTA Section */
.boost-cta {
  padding: 100px 0;
  background: #000;
  background-image: url('../img/uc-cta-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.boost-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.boost-cta__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}
a.boost-cta__btn.boost-cta__btn--secondary{
  color: #1f1f1f;
}
a.boost-cta__btn.boost-cta__btn--secondary:hover{
  background: #fff;
  color: #101014;
}
.boost-cta__title {
  font-size: clamp(2rem, 1.2rem + 2vw, 3rem); /* ~32px → 48px */
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.boost-cta__subtitle {
  font-size: 1.25rem;
  color: #b0b0b0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.boost-cta__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.boost-cta__btn {
  display: inline-block;
  padding: 18px 24px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  min-width: 180px;
}

.boost-cta__btn--primary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.boost-cta__btn--primary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.boost-cta__btn--secondary {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.boost-cta__btn--secondary:hover {
  background: #f0f0f0;
  color: #000;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .boost-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .boost-benefits__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .boost-benefits__right {
    width: 100%;
    height: auto;
  }
  
  .boost-benefits__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .boost-benefits__cards-row {
    flex-direction: column;
    gap: 24px;
    height: auto;
  }
  
  .boost-usecases__card-icon {
    width: 240px;
    height: 140px;
  }
  
  .boost-how-it-works__steps {
    flex-direction: column;
    gap: 24px;
  }
  
  .boost-how-it-works__title {
    font-size: clamp(1.5rem, 1rem + 1.5vw, 2.5rem);
    margin: 24px 0 40px 0;
  }
  
  .boost-roi__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .boost-hero {
    padding: 100px 0 60px 0;
  }
  
  .boost-hero__title {
    font-size: 48px;
  }
  
  .boost-hero__subtitle {
    font-size: 16px;
  }
  
  .boost-benefits,
  .boost-usecases,
  .boost-how-it-works,
  .boost-roi,
  .boost-cta {
    padding: 60px 0;
  }
  
  .boost-how-it-works {
    padding: 80px 0;
  }
  
  .boost-roi {
    background-attachment: scroll;
  }
  
  .boost-roi__title {
    text-align: center;
  }
  
  .boost-roi__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .roi-stat__number {
    font-size: 3.5rem;
  }
  
  .boost-benefits__title {
    font-size: 36px;
    line-height: 44px;
  }
  
  .boost-benefits__description {
    font-size: 16px;
    line-height: 24px;
  }
  
  .boost-benefits__badge {
    padding: 20px 12px;
    font-size: 12px;
  }
  
  .boost-benefits__badge-solution {
    padding: 20px 12px;
    font-size: 12px;
  }

  .boost-how-it-works__title {
    font-size: clamp(1.25rem, 0.8rem + 1.2vw, 2rem);
    margin: 20px 0 32px 0;
  }
  
  .boost-usecases__title,
  .boost-roi__title,
  .boost-cta__title {
    font-size: 2rem;
  }
  
  .boost-usecases {
    background-attachment: scroll;
  }
  
  .boost-usecases__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .boost-roi__stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .boost-cta__buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .boost-cta__btn {
    width: 100%;
    max-width: 280px;
    font-size: 13px;
    padding: 16px 20px;
  }
}

@media (max-width: 480px) {
  .boost-hero__title {
    font-size: 36px;
  }
  
  .boost-benefits__title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .boost-benefits__description {
    font-size: 14px;
    line-height: 20px;
  }
  
  .boost-benefits__badge {
    padding: 16px 10px;
    font-size: 11px;
  }
  
  .boost-benefits__badge-solution {
    padding: 16px 10px;
    font-size: 11px;
  }
  
  .boost-benefits__cards {
    gap: 16px;
  }
  
  .boost-benefits__cards-row {
    gap: 16px;
  }
  
  .boost-benefits__card {
    padding: 20px;
  }
  
  .boost-benefits__card-text {
    font-size: 20px;
  }
  
  .boost-usecases {
    background-size: cover;
    background-position: center;
  }
  
  .boost-roi {
    background-size: cover;
    background-position: center;
  }
  
  .boost-roi__title {
    font-size: 2rem;
  }
  
  .boost-roi__stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .roi-stat__number {
    font-size: 3rem;
  }
  
  .roi-stat__label {
    font-size: 1.1rem;
  }
  
  .boost-faq {
    padding: 80px 0;
  }
  
  .boost-faq__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .boost-faq__question span {
    font-size: 1rem;
  }
  
  .boost-faq__container {
    padding: 0 16px;
  }
  
  .boost-faq__item {
    padding: 20px 0;
  }
  
  .boost-cta__btn {
    font-size: 12px;
    padding: 14px 18px;
    min-width: 160px;
  }
  
  .boost-usecases__title {
    font-size: 2rem;
  }
  
  .boost-usecases__description {
    font-size: 16px;
    line-height: 24px;
  
  }
  
  .boost-usecases__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .boost-usecases__card {
    min-height: 180px;
    padding: 20px;
  }
  
  .boost-usecases__card-icon {
    width: 200px;
    height: 120px;
    margin-bottom: 12px;
  }
  
  .boost-how-it-works__title {
    font-size: clamp(1rem, 0.6rem + 1vw, 1.5rem);
    margin: 16px 0 24px 0;
  }
  
  .boost-how-it-works__step-caption {
    font-size: 14px;
    padding: 16px;
  }
  
  .boost-usecases__title,
  .boost-roi__title,
  .boost-cta__title {
    font-size: 1.75rem;
  }
  
  .roi-stat__number {
    font-size: 2.5rem;
  }
} 