/* WHY SNSHELP Page Styles */

/* Hero Section */
.why-hero {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(180deg, #dbeafe 0%, #ffffff 100%);
  overflow: hidden;
  text-align: center;
  background-image: url("https://www.helpsns.com/_astro/help_1.Ne-Rxbi4_ZKaS5J.webp");
  background-size: 120% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

/* .why-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
} */

.hero-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 0;
}

.why-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 100px;
}

.why-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: #18181b;
  line-height: 1.4;
  margin-bottom: 28px;
}

.why-hero-title .highlight {
  color: #3b82f6;
}

.why-hero-subtitle {
  font-size: 24px;
  color: #737373;
  line-height: 1.5;
  font-weight: 400;
}

/* Section Common Styles */
.why-section {
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.why-section-hero-bottom {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: url("https://www.helpsns.com/_astro/help_1.Ne-Rxbi4_ZKaS5J.webp");
  background-size: 120% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-blend-mode: normal;
}

.why-section-white {
  background: #ffffff;
}

.why-section-light {
  background: #eef2ff;
  background-image: url("https://www.helpsns.com/_astro/help_4.DqKrwYRv_2pXhEt.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: normal;
}

.section-number-badge {
  display: inline-block;
  padding: 10px 20px;
  background: #3b82f6;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 48px;
}

.section-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 48px;
}

.section-main-desc {
  font-size: 24px;
  color: #737373;
  line-height: 1.5;
  margin-bottom: 24px;
}

.section-main-desc strong {
  color: #18181b;
  font-weight: 600;
}

.section-main-desc .highlight {
  color: #3b82f6;
  font-weight: 600;
}

.highlight-desc {
  margin-top: 24px;
}

/* Data Statement */
.data-statement {
  margin: 48px 0;
}

.data-statement p {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}

.data-statement .normal-text {
  font-weight: 500;
}

.data-statement .highlight {
  color: #3b82f6;
  font-weight: 700;
}

.data-description {
  max-width: 900px;
  margin: 0 auto;
}

.data-description p {
  font-size: 24px;
  color: #737373;
  line-height: 1.6;
}

/* Growth Graph Section */
.growth-graph-section {
  padding: 0;
  background: transparent;
}

.growth-graph-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Awards Section */
.awards-section {
  padding: 96px 0;
  background: #f3f4f6;
}

.awards-title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  max-width: 1600px;
  margin: 0 auto;
  grid-auto-rows: 1fr;
}

.award-card {
  background: #3b82f6;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 25, 61, 0.05);
  display: flex;
  flex-direction: column;
}

.award-image {
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #ffffff;
  border-radius: 30px 30px 0 0;
}

.award-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.award-info {
  background: #3b82f6;
  padding: 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.award-year {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}

.award-name {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

/* Floating Money Icons */
.floating-money {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 150px;
  opacity: 0.4;
}

.money-1 {
  top: 95px;
  left: 70px;
}

.money-2 {
  top: 634px;
  right: 420px;
}

.money-3 {
  top: 137px;
  right: 87px;
}

.money-4 {
  top: 401px;
  left: 635px;
}

.money-5 {
  top: 0;
  left: 911px;
}

.money-6 {
  bottom: 126px;
  left: -43px;
}

/* Blog Preview */
.blog-cta-title {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin: 48px 0 48px;
  line-height: 1.4;
}

.blog-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 48px;
  padding-bottom: 16px;
}

.blog-preview-image img {
  width: 70%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blog-preview-image img {
    width: 100%;
  }
}

.final-message {
  font-size: 30px;
  color: #000000;
  line-height: 1.4;
}

.final-message strong {
  font-weight: 600;
}

/* Footer styles inherited from styles.css */

/* Responsive */
@media (max-width: 1400px) {
  .awards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .growth-graph {
    flex-direction: column-reverse;
  }

  .graph-stats {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .why-hero-title {
    font-size: 28px;
  }

  .why-hero-subtitle {
    font-size: 18px;
  }

  .section-main-title {
    font-size: 28px;
  }

  .section-main-desc {
    font-size: 18px;
  }

  .awards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-card-small,
  .blog-card-medium,
  .blog-card-large {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .why-hero {
    padding: 100px 20px 60px;
  }

  .why-section {
    padding: 60px 20px;
  }

  .awards-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .floating-shape,
  .floating-money {
    display: none;
  }

  .graph-stats {
    flex-direction: column;
    align-items: center;
  }

  .data-statement p {
    font-size: 24px;
  }

  .data-description p {
    font-size: 16px;
  }
}

/* PC 버전 80% 스케일 축소 (1024px 이상) */
@media (min-width: 1024px) {
  /* 1. 최상위 body에 배율 적용 */
  body {
    zoom: 0.8; /* 크롬, 사파리, 엣지에서 레이아웃 흐름을 유지하며 축소 */
    -moz-transform: scale(0.8); /* 파이어폭스 호환성 */
    -moz-transform-origin: top center;
  }

  /* 2. 축소로 인해 하단 배경이 잘리지 않도록 최소 높이 보정 (1 / 0.8 = 1.25) */
  html,
  body {
    min-height: 125vh;
  }
}
