/* Page Hero */
.page-hero {
  width: 100%;
  height: 680px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f0f7ff 0%, #f0f7ff 50%, #dbe9f5 50%, #dbe9f5 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23FFF' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23FFF' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23fdfdfe' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23fbfbfd' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23f9f9fc' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23f7f7fb' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23f5f5fa' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23f3f3f9' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23f1f1f8' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23efeff7' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23edeef6' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23ebecf5' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23e9eaf4' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23e7e8f3' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23e5e6f2' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23e3e4f1' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23e1e2f0' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23dfe0ef' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23ddddef' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  opacity: 0.8;
}

.hero-slide-inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 100px;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: border-box;
}

.hero-text-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #1a1a1a;
  height: 100%;
  gap: 20px;
  flex: 1;
  padding: 90px 0;
  z-index: 1;
}

.hero-tag {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.hero-title {
  text-align: left;
  margin: 0;
  word-break: keep-all;
  color: #000;
  font-family: Pretendard;
  font-size: 50px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -1px;
}

.hero-desc {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-bottom: 32px;
}

.btn-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  border-radius: 100px;
  background: #acc9e6;
  border: 1px solid #acc9e6;
  transition: all 0.2s;
  line-height: normal;
}

.btn-hero-cta:hover {
  background: #9ab8d6;
  border-color: #9ab8d6;
}

.hero-image-area {
  flex: 1;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 1;
}

.hero-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
}

/* Summary Section */
.section-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background:
    linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(94deg, #4483f9 -15.8%, #a1c1fc 19.9%, #fff 115.27%);
  box-sizing: border-box;
}

.section-summary__header {
  text-align: center;
}

.section-summary__title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 20px;
}

.section-summary__subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 62px;
}

.section-summary__cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  width: 100%;
  padding: 0 20px;
}

.benefit-card {
  max-width: 410px;
  width: 100%;
  flex: 1;
  border-radius: 24px;
  padding: 49px 36px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}

.benefit-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit-card__title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
.benefit-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.benefit-card__quote {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
}
.benefit-card__details {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.benefit-card__detail-item {
  margin-bottom: 5px;
  line-height: 1.4;
}
.benefit-card__detail-item strong {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.benefit-card__detail-item span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

/* =================================
 * 서비스 비교 섹션 (Comparison Section)
 * ================================= */
.section-comparison {
  background: linear-gradient(180deg, #fff -11.89%, #f4f3f6 138.97%);
}

.section-comparison .section-container {
  flex-direction: column;
  align-items: center;
  padding: 145px 20px;
}

.section-comparison__header {
  text-align: center;
  margin-bottom: 45px;
}

.btn-comparison-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 33px;
  background: #4483f9;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 45px;
  width: fit-content;
  transition: all 0.3s ease;
}

.btn-comparison-cta:hover {
  background: #3366cc;
  box-shadow: 0 8px 20px rgba(68, 131, 249, 0.3);
}

.comparison-table {
  width: 100%;
  max-width: 1200px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.comparison-row {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}

.comparison-row:last-child {
  border-bottom: none;
}

.comparison-cell {
  min-height: 90px;
  flex: 1;
  padding: 19px 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.comparison-cell__value {
  width: fit-content;
  text-align: left;
  min-width: 87px;
  padding-left: 10px;
}

.comparison-cell__value span {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.comparison-cell:first-child {
  flex: 1.2;
  font-size: 16px;
}

.comparison-cell--highlight {
  background: rgba(68, 131, 249, 0.5);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
}

.comparison-row--header .comparison-cell {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.comparison-row--header .comparison-cell--highlight {
  background: #4483f9;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.check-icon {
  position: relative;
  color: #fff;
  padding-left: 20px;
  text-align: center;
}
.check-icon span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
}

.check-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%234483F9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center center;
  background-size: contain;
}

/* CTA */
.btn-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 33px;
  background: #4483f9;
  color: #fff;
  border-radius: 50px;
  font-size: 16.6px;
  font-weight: 700;
  transition: all 0.3s ease;
}

/* Media Queries */
@media (max-width: 1280px) {
  .hero-slide-inner {
    padding: 0 40px;
    gap: 40px;
  }
  .section-summary__title {
    font-size: 32px;
    line-height: 48px;
  }
  .benefit-card {
    width: 320px;
    padding: 40px 20px;
  }
  .section-comparison .section-container {
    padding: 66px 20px;
  }

  .btn-comparison-cta {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .hero-slide-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
  }
  .hero-text-area {
    align-items: center;
    text-align: center;
    padding: 40px 0;
    transform: none !important;
    opacity: 1 !important;
  }
  .hero-title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
  .hero-desc {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .section-summary__cards {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .page-hero {
    height: auto;
    min-height: 500px;
  }
  .hero-image-area {
    max-width: 400px;
  }
  .section-summary__title {
    font-size: 24px;
    line-height: 32px;
  }
  .section-summary__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .benefit-card {
    width: 95%;
    height: auto;
    min-height: 340px;
  }
  .comparison-cell {
    padding: 0;
    font-size: 16px;
  }

  .comparison-cell:first-child {
    flex: 1;
  }

  .comparison-row--header .comparison-cell--highlight {
    font-size: 16px;
  }
  .comparison-row--header .comparison-cell {
    font-size: 18px;
  }
}
