.case-wrapper {
  background: #F9F9FA;
}
.channel-case-wrapper{
  background: #fff;
}
.banner-case-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 503px;
  z-index: 1;
  background-image: radial-gradient(circle at 32% 38%, #FFFFFF 0%, #BBD7FF 171%);
}

/* Hero Section */
.hero-section {
  position: relative;
  margin-top: 120px;
  z-index: 2;
}

.hero-content {
  max-width: 1160px;
  margin: 0 auto;
}

.hero-logo {
  width: 290px;
  height: auto;
  margin-bottom: 35px;
}
.hero-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-title {
  font-family: Montserrat-SemiBold;
  font-size: 32px;
  color: #151516;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}

.hero-banner {
  display: flex;
  justify-content: flex-end;
  border-radius: 16px;
  padding: 24px 44px;
  overflow: hidden;
  background-image: url('../image/case/case1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner1 {
  background-image: url('../image/case/case2.webp');
}
.hero-banner2 {
  background-image: url('../image/case/case3.webp');
}
.hero-banner3 {
  background-image: url('../image/case/case4.webp');
}
.hero-banner4 {
  background-image: url('../image/case/case5.webp');
}
.hero-banner5 {
  background-image: url('../image/case/case6.webp');
}
.hero-banner6 {
  background-image: url('../image/case/case7.webp');
}
.hero-banner7 {
  background-image: url('../image/case/case8.webp');
}
.hero-banner8 {
  background-image: url('../image/case/case9.webp');
}
.hero-banner9 {
  background-image: url('../image/case/case10.webp');
}
.hero-banner10 {
  background-image: url('../image/case/case11.webp');
}
.hero-banner11 {
  background-image: url('../image/case/case12.webp');
}
.hero-banner12 {
  background-image: url('../image/case/case13.webp');
}


.hero-banner-img {
  flex: 0 0 55%;
  background: #B8D4E8;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

.hero-banner-text {
  width: 432px;
  min-height: 232px;
  padding: 32px;
  background: rgba(255,255,255,0.80);
  border-radius: 16px;
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #282829;
  line-height: 24px;
  font-weight: 500;
}
.mt100-case{
  margin-top: 100px !important;
}

.hero-banner-text p {
  font-size: 15px;
  color: #2a2a2a;
}

/* Section Common */
.channel-case-wrapper .section {
  margin: 40px 0;
  background: #FFFFFF !important;
}

.section-gray {
  background: #F9F9FA;
}

.section-title {
  font-family: Montserrat-SemiBold;
  font-size: 40px;
  color: #282829;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

/* Pain Points Section */
.pain-points-card {
  padding: 32px;
  background: #FFF1F2;
  border: 1px solid rgba(254,202,202,1);
  box-shadow: 0px 12px 30px 0px rgba(21,38,67,0.05);
  border-radius: 26px;
}

.pain-points-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.pain-points-icon {
  width: 32px;
  height: 32px;
  background: #FF6B6B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.pain-points-title {
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #151516;
  line-height: 32px;
  font-weight: 600;
}

.pain-points-list {
  list-style: none;
}

.pain-points-list li {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #151516;
  line-height: 22px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.pain-points-list li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 8px;
  background-color: #151516;
}

/* Powered Section */
.powered-card {
  padding: 32px;
  background: #EFF6FF;
  border: 1px solid rgba(191,219,254,1);
  box-shadow: 0px 12px 30px 0px rgba(21,38,67,0.05);
  border-radius: 26px;
}

.powered-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.powered-icon {
  width: 32px;
  height: 32px;
  background: #4A90D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.powered-title {
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #151516;
  line-height: 32px;
  font-weight: 600;
}

.powered-list {
  list-style: none;
}

.powered-list li {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #151516;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}

.powered-list li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 8px;
  background-color: #151516;
}

/* Efficiency Gains Section */
.efficiency-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.efficiency-card {
  padding: 40px 28px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(226,232,240,1);
  box-shadow: 0px 12px 30px 0px rgba(21,38,67,0.05);
  border-radius: 26px;
}

.efficiency-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A90D9;
}
.efficiency-icon img {
  width: 100%;
}

.efficiency-card h3 {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  color: #151516;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.efficiency-card p {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #454546;
  text-align: center;
  line-height: 22px;
  font-weight: 600;
}

/* Business Results Section */
.results-metrics {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.metric-item {
  text-align: center;
  flex: 1;
  min-width: 160px;
}

.metric-value {
  font-family: Montserrat-SemiBold;
  font-size: 32px;
  color: #151516;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 8px;
}
.metric-value span{
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #151516;
  line-height: 38px;
  font-weight: 600;
}

.metric-label {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #454546;
  line-height: 20px;
  font-weight: 600;
}

.metric-note {
  font-size: 11px;
  color: #999;
}

.results-image {
  width: 1160px;
  height: 540px;
  border-radius: 16px;
  overflow: hidden;
}
.results-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Before After Section */
.before-after {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #FFFFFF;
  border: 1px solid rgba(226,232,240,1);
  box-shadow: 0px 12px 30px 0px rgba(21,38,67,0.05);
  border-radius: 26px;
}

.ba-column {
  padding: 32px 24px;
  overflow: hidden;
}

.ba-column-center {
  background: #FFFFFF;
  border: 2px solid rgba(0,91,255,1);
  box-shadow: 0px 12px 30px 0px rgba(21,38,67,0.05);
  border-radius: 26px;
  margin-top: -13px;
  margin-bottom: -13px;
}
.ba-column-center .ba-label{
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #005BFF;
  line-height: 32px;
  font-weight: 600;
}

.ba-label {
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #454546;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ba-value {
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.ba-row {
  margin-bottom: 24px;
}

.ba-row:last-child {
  margin-bottom: 0;
}

.ba-desc {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #454546;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 11px;
  border-bottom: 1px dashed rgba(225,225,226,1);
}

.ba-check-list {
  list-style: none;
}

.ba-check-list li {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #005BFF;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 11px;
  padding-top: 11px;
  border-bottom: 1px dashed rgba(225,225,226,1);
  padding-left: 22px;
  position: relative;
}

/* .ba-check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2a7a2a;
    font-weight: bold;
} */

/* Quote Section */
.quote-section {
  background-image: linear-gradient(180deg, #F6F9FF 0%, #F7F9FF 100%);
  padding: 80px 0;
}

.quote-card {
  background: #EBF2FF;
  border: 1px solid rgba(187,211,255,1);
  border-radius: 26px;
  padding: 40px;
  position: relative;
}

.quote-mark img{
  width: 25px;
  height: 20px;
  margin-bottom: 30px;
}

.quote-text {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #282829;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.quote-author {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #585859;
  letter-spacing: 0;
  font-weight: 600;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #F0F7FF 0%, #E5F0FF 100%);
  padding: 70px 0;
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-text h2 {
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-size: 26px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.cta-text p {
  font-size: 15px;
  color: #555;
  margin-bottom: 24px;
}

.cta-btn {
  display: inline-block;
  background: #1677FF;
  color: white;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-size: 15px;
  transition: background 0.2s;
}

.cta-btn:hover {
  background: #0D66D9;
}

.cta-image {
  width: 240px;
  height: 200px;
  background: #B8D4F8;
  border-radius: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  position: relative;
}

.cta-image::before,
.cta-image::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #4A90D9;
  border-radius: 8px;
  transform: rotate(15deg);
}

.cta-image::before {
  top: -10px;
  right: 20px;
}

.cta-image::after {
  bottom: 10px;
  left: -15px;
  background: #FFB84D;
}

/* Responsive */
@media (max-width: 769px) {
  .mt100-case{
    margin-top: 60px;
  }
  .section-title{
    font-size: 32px;
  }
  .efficiency-card p{
    font-size: 14px;
  }
  .channel-case-wrapper{
    padding: 0 20px;
  }
  .hero-logo{
    width: 246px;
    margin-bottom: 30px;
  }
  .hero-section{
    margin-top: 142px;
  }
  .hero-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .hero-banner {
    flex-direction: column;
    padding: 30px 16px;
  }
  .hero-banner-text{
    padding: 20px 16px;
    width: auto;
  }
  .channel-case-wrapper .section{
    margin: 30px 0;
  }
  .channel-case-wrapper .wrapper{
    padding: 0;
  }
  .metric-value{
    font-size: 26px;
  }
  .metric-value span{
    font-size: 14px;
  }
  .ba-column{
    padding: 24px 16px;
  }
  .hero-banner-img {
    min-height: 200px;
  }

  .efficiency-grid {
    grid-template-columns: 1fr;
  }

  .before-after {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ba-label,.ba-column-center .ba-label{
    font-size: 18px;
    word-break: break-word;
  }
  .ba-desc{
    font-size: 13px;
    word-break: break-word;
  }
  .ba-check-list li{
    padding-left: 0;
  }

  .ba-column-center {
    border-left: none;
    border-right: none;
    border: 2px solid #005bff;
  }

  .cta-content {
    flex-direction: column;
    text-align: center;
  }

  .cta-image {
    width: 100%;
    max-width: 300px;
  }

  .results-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .metric-item {
    min-width: auto;
  }

  .results-image {
    height: 220px;
    width: 100%;
  }
}
