/* ============================================================
   Property Management KR - Style
   Matches rent-kr-style.css design language
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');

/* ── Base ── */
.tgr-page-pm-kr {
  font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a;
}

/* ── Section Header ── */
.tgr-page-pm-kr .tgr-section-header {
  margin-bottom: 56px;
}
.tgr-page-pm-kr .tgr-section-header--center {
  text-align: center;
}
.tgr-page-pm-kr .tgr-section-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #3191FF;
  margin-bottom: 14px;
}
.tgr-page-pm-kr .tgr-section-title {
  font-size: 36px;
  font-weight: 800;
  color: #0f192d;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin: 0;
  word-break: keep-all;
}
.tgr-page-pm-kr .tgr-section-desc {
  font-size: 15px;
  color: #666;
  margin-top: 16px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  word-break: keep-all;
}
.tgr-page-pm-kr .tgr-section-header--center .tgr-section-desc {
  text-align: center;
}

/* ============================================================
   Section 2: 서비스 특징 (.tgr-pm-features)
   ============================================================ */
.tgr-pm-features {
  background: #f0f4f8;
  padding: 100px 0;
}
.tgr-pm-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.tgr-pmf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card - odd (dark) */
.tgr-pmf-card {
  background: linear-gradient(145deg, #0f1e36 0%, #1a3464 100%);
  border-radius: 14px;
  padding: 36px 28px 44px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #3191FF;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.tgr-pmf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
}
.tgr-pmf-card::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.09), transparent 70%);
  pointer-events: none;
}

/* Card - even (light) */
.tgr-pmf-card:nth-child(even) {
  background: linear-gradient(175deg, #ffffff 0%, #f0f5ff 45%, #1a3464 100%);
  border-top-color: #0f192d;
}
.tgr-pmf-card:nth-child(even)::after {
  background: radial-gradient(circle, rgba(15, 25, 45, 0.12), transparent 70%);
}
.tgr-pmf-card:nth-child(even) .tgr-pmf-icon-wrap {
  background: linear-gradient(135deg, #3191FF, #1460c8);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 16px rgba(49, 145, 255, 0.35);
}
.tgr-pmf-card:nth-child(even) .tgr-pmf-title {
  color: #0f192d;
}
.tgr-pmf-card:nth-child(even) .tgr-pmf-desc {
  color: #4a5568;
}
.tgr-pmf-card:nth-child(even) .tgr-pmf-num {
  color: rgba(15, 25, 45, 0.07);
}

/* Icon wrap */
.tgr-pmf-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.92);
  flex-shrink: 0;
}
.tgr-pmf-icon-wrap svg {
  width: 30px;
  height: 30px;
}

/* Card text */
.tgr-pmf-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.4;
  word-break: keep-all;
}
.tgr-pmf-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  flex: 1;
  line-height: 1.75;
  margin: 0;
  word-break: keep-all;
}
.tgr-pmf-num {
  position: absolute;
  bottom: 10px;
  right: 18px;
  font-size: 60px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  line-height: 1;
  user-select: none;
}

/* ============================================================
   Section 3: 왜 자산관리인가 (.tgr-pm-reasons)
   ============================================================ */
.tgr-pm-reasons {
  background: #ffffff;
  padding: 100px 0;
}
.tgr-pm-reasons__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.tgr-pmr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tgr-pmr-item {
  background: #1a2e4a;
  border-radius: 12px;
  padding: 36px 28px 40px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #3191FF;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.tgr-pmr-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(15, 25, 45, 0.28);
}
.tgr-pmr-num {
  font-size: 32px;
  font-weight: 800;
  color: #3191FF;
  margin-bottom: 16px;
  line-height: 1;
}
.tgr-pmr-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.55;
  word-break: keep-all;
}
.tgr-pmr-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  flex: 1;
  line-height: 1.85;
  margin: 0;
  word-break: keep-all;
}
.tgr-pmr-deco {
  position: absolute;
  bottom: 14px;
  right: 18px;
  font-size: 60px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  line-height: 1;
  user-select: none;
}

/* ============================================================
   Section 4: 차별화 섹션 (.tgr-pm-why)
   ============================================================ */
.tgr-pm-why {
  background: linear-gradient(160deg, #09131f 0%, #0f192d 45%, #0d1e38 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.tgr-pm-why::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 145, 255, 0.08), transparent 65%);
  pointer-events: none;
}
.tgr-pm-why__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.tgr-pm-why .tgr-section-eyebrow {
  color: #6fb4ff;
}
.tgr-pm-why .tgr-section-title {
  color: #fff;
}
.tgr-pmw-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.tgr-pmw-content .tgr-section-header {
  margin-bottom: 36px;
  text-align: left;
}
.tgr-pmw-desc-text {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  line-height: 1.8;
  word-break: keep-all;
}
.tgr-pmw-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tgr-pmw-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, rgba(49, 145, 255, 0.18), rgba(49, 145, 255, 0.06));
  border: 1px solid rgba(49, 145, 255, 0.25);
  border-radius: 10px;
  padding: 15px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s;
  word-break: keep-all;
}
.tgr-pmw-list-item:hover {
  background: linear-gradient(135deg, rgba(49, 145, 255, 0.28), rgba(49, 145, 255, 0.12));
}
.tgr-pmw-list-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6fb4ff;
  flex-shrink: 0;
}
.tgr-pmw-list-icon svg {
  width: 18px;
  height: 18px;
}

/* Slider */
.tgr-pmw-slider {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #0f1e36;
}
.tgr-pmw-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.75s ease;
}
.tgr-pmw-slide.is-active {
  opacity: 1;
}
.tgr-pmw-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.tgr-pmw-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.tgr-pmw-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  border: none;
  padding: 0;
}
.tgr-pmw-dot.is-active {
  background: #3191FF;
  transform: scale(1.3);
}
.tgr-pmw-photo-placeholder {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  background: linear-gradient(145deg, #1a2e4a, #0f1e36);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 48px;
}

/* ============================================================
   Section 5: FAQ (.tgr-pm-faq)
   ============================================================ */
.tgr-pm-faq {
  background: #f8faff;
  padding: 100px 0;
}
.tgr-pm-faq__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
.tgr-pmfaq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tgr-pmfaq-item {
  border-bottom: 1px solid #dce8f6;
  overflow: hidden;
}
.tgr-pmfaq-item:first-child {
  border-top: 1px solid #dce8f6;
}
.tgr-pmfaq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 4px;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  color: #0f192d;
  line-height: 1.5;
  word-break: keep-all;
  list-style: none;
  transition: color 0.2s;
  user-select: none;
  text-align: left;
}
.tgr-pmfaq-q::-webkit-details-marker {
  display: none;
}
.tgr-pmfaq-q:hover {
  color: #3191FF;
}
.tgr-pmfaq-item.is-open .tgr-pmfaq-q {
  color: #3191FF;
}
.tgr-pmfaq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.3s, color 0.3s;
  color: #3191FF;
  font-size: 18px;
  font-weight: 300;
  user-select: none;
  line-height: 1;
}
.tgr-pmfaq-item.is-open .tgr-pmfaq-icon {
  background: #3191FF;
  color: #fff;
  transform: rotate(45deg);
}
.tgr-pmfaq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.tgr-pmfaq-item.is-open .tgr-pmfaq-a {
  max-height: 600px;
}
.tgr-pmfaq-a-inner {
  padding: 0 4px 24px;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  word-break: keep-all;
}

/* ============================================================
   Section 6: CTA (.tgr-pm-cta)
   ============================================================ */
.tgr-pm-cta {
  background: linear-gradient(135deg, #0a1525 0%, #0f192d 50%, #142240 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.tgr-pm-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 145, 255, 0.07), transparent 65%);
  pointer-events: none;
}
.tgr-pm-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.tgr-pm-cta .tgr-section-eyebrow {
  color: #6fb4ff;
}
.tgr-pm-cta .tgr-section-title {
  color: #fff;
}
.tgr-pm-cta .tgr-section-header {
  margin-bottom: 20px;
}
.tgr-pmc-desc {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 44px;
  line-height: 1.8;
  word-break: keep-all;
}
.tgr-pmc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #3191FF, #1a6de0);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 44px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(49, 145, 255, 0.4);
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.tgr-pmc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(49, 145, 255, 0.55);
  color: #fff;
  text-decoration: none;
}
.tgr-pmc-btn span {
  font-size: 20px;
  line-height: 1;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .tgr-pmr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tgr-pm-features,
  .tgr-pm-reasons,
  .tgr-pm-why,
  .tgr-pm-faq,
  .tgr-pm-cta {
    padding: 60px 0;
  }

  .tgr-pm-features__inner,
  .tgr-pm-reasons__inner,
  .tgr-pm-why__inner,
  .tgr-pm-cta__inner {
    padding: 0 20px;
  }

  .tgr-pm-faq__inner {
    padding: 0 20px;
  }

  .tgr-page-pm-kr .tgr-section-title {
    font-size: 26px;
  }

  .tgr-pmf-grid {
    grid-template-columns: 1fr;
  }

  .tgr-pmr-grid {
    grid-template-columns: 1fr;
  }

  .tgr-pmw-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tgr-pmw-photo {
    order: -1;
  }

  .tgr-pmw-content .tgr-section-header {
    text-align: left;
  }
}
