/* ========================================
   프리드라이프상조 페이지 스타일
   ======================================== */

/* 링크/버튼 클릭 시 파란색 아웃라인 제거 */
*, *:before, *:after {
  -webkit-tap-highlight-color: transparent !important;
}

a, button, input, select, textarea, *:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* 서브 비주얼 */
.sub-visual.sangjo-visual {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 100px;
}

.sub-visual.sangjo-visual .sub-visual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
}

.sub-visual-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
}

.sub-visual-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.sub-visual-desc {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.9;
}

/* 컨테이너 */
.sangjo-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   프리드라이프 특징 섹션
   ======================================== */
.sangjo-intro-section {
  padding: 80px 20px;
  background: #f8f9fa;
}

.intro-header {
  text-align: center;
  margin-bottom: 50px;
}

.intro-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.intro-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a3a5c;
  letter-spacing: -1px;
}

/* 3개 원형 배지 */
.badge-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.badge-item {
  text-align: center;
}

.badge-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  transition: transform 0.3s ease;
}

.badge-circle:hover {
  transform: scale(1.05);
}

.badge-circle.highlight {
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
  box-shadow: 0 8px 25px rgba(0, 180, 219, 0.3);
}

.badge-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.badge-rank {
  font-size: 28px;
  font-weight: 700;
}

.badge-circle.highlight .badge-rank {
  font-size: 32px;
}

/* 특징 그리드 */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 60px;
}

.feature-column {
  display: contents;
}

.feature-item {
  padding: 30px 25px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.feature-item h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* 하단 슬로건 */
.intro-footer {
  text-align: center;
  padding: 40px 0;
  background: linear-gradient(135deg, #e8f4f8 0%, #d4e8f0 100%);
  border-radius: 12px;
}

.footer-subtitle {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}

.footer-title {
  font-size: 32px;
  font-weight: 700;
  color: #00b4db;
  letter-spacing: -1px;
}

/* ========================================
   VIP 의전사례 섹션
   ======================================== */
.vvip-section {
  padding: 0 20px 150px;
  background: #f8f9fa;
}

/* VIP 슬로건 배너 */
.vvip-slogan {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  border-radius: 12px;
  margin-bottom: 50px;
}

.slogan-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}

.slogan-title {
  font-size: 34px;
  font-weight: 700;
  color: #00b9ff;
  letter-spacing: -1px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.section-desc {
  font-size: 16px;
  color: #666;
}

/* VIP 그리드 - 3열 */
.vvip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1300px;
  margin: 0 auto;
}

.vvip-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.vvip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.vvip-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.vvip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.vvip-card:hover .vvip-image img {
  transform: scale(1.08);
}

.vvip-title {
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1.5;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========================================
   반응형 - 태블릿
   ======================================== */
@media (max-width: 1024px) {
  .vvip-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .sub-visual.sangjo-visual {
    height: 220px;
    margin-top: 80px;
  }

  .sub-visual-title {
    font-size: 32px;
  }

  .sub-visual-desc {
    font-size: 15px;
    padding: 0 20px;
  }

  .sangjo-intro-section {
    padding: 50px 15px;
  }

  .intro-title {
    font-size: 28px;
  }

  .badge-row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .badge-circle {
    width: 110px;
    height: 110px;
  }

  .badge-circle.highlight {
    width: 130px;
    height: 130px;
  }

  .badge-text {
    font-size: 12px;
  }

  .badge-rank {
    font-size: 22px;
  }

  .badge-circle.highlight .badge-rank {
    font-size: 26px;
  }

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

  .feature-item {
    border-right: none;
    border-left: 1px solid #ddd;
  }

  .footer-title {
    font-size: 26px;
  }

  .vvip-section {
    padding: 0 15px 180px;
  }

  .vvip-slogan {
    padding: 40px 15px;
    margin-bottom: 40px;
  }

  .slogan-subtitle {
    font-size: 14px;
  }

  .slogan-title {
    font-size: 28px;
  }

  .section-title {
    font-size: 26px;
  }

  .vvip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .vvip-image {
    height: 140px;
  }

  .vvip-title {
    font-size: 13px;
    padding: 12px;
    min-height: 55px;
  }
}

/* ========================================
   반응형 - 모바일
   ======================================== */
@media (max-width: 480px) {
  .sub-visual.sangjo-visual {
    height: 180px;
    margin-top: 70px;
  }

  .sub-visual-title {
    font-size: 26px;
  }

  .sub-visual-desc {
    font-size: 13px;
  }

  .sangjo-intro-section {
    padding: 40px 10px;
  }

  .intro-title {
    font-size: 24px;
  }

  .badge-row {
    gap: 15px;
  }

  .badge-circle {
    width: 90px;
    height: 90px;
  }

  .badge-circle.highlight {
    width: 100px;
    height: 100px;
  }

  .badge-text {
    font-size: 10px;
  }

  .badge-rank {
    font-size: 18px;
  }

  .badge-circle.highlight .badge-rank {
    font-size: 20px;
  }

  .feature-item {
    padding: 20px 15px;
  }

  .feature-item h4 {
    font-size: 15px;
  }

  .feature-item p {
    font-size: 12px;
  }

  .intro-footer {
    padding: 30px 15px;
  }

  .footer-title {
    font-size: 22px;
  }

  .vvip-section {
    padding: 40px 10px 200px;
  }

  .section-title {
    font-size: 22px;
  }

  .vvip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .vvip-image {
    height: 120px;
  }

  .vvip-title {
    font-size: 12px;
    padding: 10px;
    min-height: 50px;
  }
}
