/* ========================================================
   착한설비 — 모던 미니멀 테마
   여백 중심 · 명조(Gowun Batang) 포인트 · 잉크+틸
   ======================================================== */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --ink:#1d201e;
  --ink2:#3c423f;
  --teal:#0f7a63;
  --teal-d:#0b5e4c;
  --teal-soft:#eef6f3;
  --muted:#707a76;
  --line:#e8e9e6;
  --bg:#f7f7f4;
  --serif:'Gowun Batang', serif;
  --shadow:0 10px 40px rgba(29,32,30,.07);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family:'Pretendard', -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size:16px; line-height:1.7; color:var(--ink); background:#fdfdfb;
  -webkit-font-smoothing:antialiased;
}
a { color:inherit; text-decoration:none; }
img { max-width:100%; height:auto; display:block; }
.container { max-width:1080px; margin:0 auto; padding:88px 26px; }

/* ===== 상단 바 ===== */
.top-bar {
  background:#fff; color:var(--ink2); border-bottom:1px solid var(--line);
  text-align:center; font-size:13px; padding:10px 16px; letter-spacing:.02em;
}
.top-bar a { color:var(--teal); font-weight:700; }

/* ===== 헤더 ===== */
.header {
  background:rgba(253,253,251,.9); backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line); position:sticky; top:0; z-index:30;
}
.header-inner {
  max-width:1080px; margin:0 auto; padding:0 26px; height:74px;
  display:flex; align-items:center; justify-content:space-between;
}
.logo { font-family:var(--serif); font-size:25px; font-weight:700; letter-spacing:.04em; color:var(--ink); }
.header-actions { display:flex; align-items:center; gap:12px; }
.header-phone {
  background:var(--ink); color:#fff; font-weight:700; font-size:16px;
  padding:12px 24px; border-radius:40px; transition:.18s; white-space:nowrap;
}
.header-phone:hover { background:var(--teal); }

/* ===== 히어로 ===== */
.hero {
  max-width:1080px; margin:0 auto; padding:100px 26px 40px; text-align:left;
}
.hero-badge {
  display:inline-block; color:var(--teal); font-weight:700; font-size:13px;
  letter-spacing:.14em; text-transform:uppercase;
}
.hero h1 {
  font-family:var(--serif); font-size:58px; line-height:1.25; font-weight:700;
  letter-spacing:-.01em; margin:20px 0 16px; color:var(--ink);
}
.hero .subtitle {
  font-size:19px; color:var(--teal); font-weight:700; margin-bottom:26px; font-family:var(--serif);
}
.cta-group { display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.hero-tip {
  margin-top:24px; font-size:14.5px; color:var(--muted);
  border-left:2px solid var(--teal); padding-left:14px;
}

/* ===== 버튼 ===== */
.btn {
  display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:16px;
  border-radius:40px; padding:14px 28px; transition:.18s; cursor:pointer; border:0;
}
.btn-primary { background:var(--ink); color:#fff; font-size:18px; padding:16px 34px; }
.btn-primary:hover { background:var(--teal); }
.btn-secondary { background:transparent; color:var(--ink); border:1px solid var(--ink); }
.btn-secondary:hover { background:var(--ink); color:#fff; }

/* ===== 신뢰 지표 ===== */
.trust-stats { border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin-top:64px; }
.trust-stats-inner {
  max-width:1080px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr);
}
.trust-item { padding:34px 12px; text-align:center; border-right:1px solid var(--line); }
.trust-item:last-child { border-right:0; }
.trust-num { font-family:var(--serif); font-size:40px; font-weight:700; color:var(--teal); line-height:1; }
.trust-num span { font-size:18px; font-weight:700; }
.trust-num.brown { color:var(--teal-d); }
.trust-num.warning { color:var(--ink); font-size:26px; }
.trust-label { color:var(--muted); font-size:14.5px; margin-top:10px; }
.trust-label.warning { color:var(--teal); font-weight:700; }

/* ===== 섹션 공통 ===== */
.section-title {
  font-family:var(--serif); font-size:38px; font-weight:700; text-align:center;
  letter-spacing:-.01em; color:var(--ink);
}
.section-subtitle { text-align:center; color:var(--muted); font-size:16px; margin:10px 0 48px; }

/* ===== 서비스 ===== */
.services-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:18px; }
.service-card {
  background:#fff; border:1px solid var(--line); border-radius:16px; padding:34px 32px; transition:.2s;
}
.service-card:hover { background:var(--teal-soft); border-color:var(--teal); transform:translateY(-3px); }
.service-icon { margin-bottom:18px; }
.service-icon svg { width:46px; height:46px; }
.service-card h3 { font-family:var(--serif); font-size:22px; font-weight:700; margin-bottom:9px; }
.service-card p { color:var(--muted); font-size:15px; }

/* ===== 특장점 (다크 섹션) ===== */
.features { background:var(--ink); color:#f3f3ee; }
.features .container { padding-top:88px; padding-bottom:88px; }
.features .section-title { color:#fff; }
.features-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1px; background:#2e332f; border:1px solid #2e332f; }
.feature-item { background:var(--ink); padding:34px 30px; }
.feature-num {
  font-family:var(--serif); width:auto; height:auto; font-size:24px; color:var(--teal); font-weight:700;
}
.feature-item h4 { font-size:19px; font-weight:600; margin:12px 0 8px; color:#fff; }
.feature-item p { color:#9aa39e; font-size:15px; }

/* ===== 작업 가능 지역 ===== */
.regions-block { max-width:1080px; margin:0 auto; padding:88px 26px; }
.region-group { margin-top:26px; }
.region-group h3 { font-family:var(--serif); font-size:22px; font-weight:700; margin-bottom:14px; color:var(--ink); }
.region-tags { display:flex; flex-wrap:wrap; gap:10px; }
.region-tag {
  background:#fff; border:1px solid var(--line); color:var(--ink2); font-size:14.5px;
  padding:9px 18px; border-radius:40px; transition:.16s;
}
.region-tag:hover { background:var(--teal); color:#fff; border-color:var(--teal); }

/* ===== 후기 카드 ===== */
.reviews-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px; }
.review-card {
  background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden;
  transition:.2s; display:block; color:inherit;
}
.review-card:hover { border-color:var(--teal); transform:translateY(-3px); box-shadow:var(--shadow); }
.review-card .thumb { width:100%; aspect-ratio:4/3; object-fit:cover; background:var(--bg); }
.review-card h3, .review-card h4 { font-family:var(--serif); font-size:19px; font-weight:700; padding:18px 20px 6px; }
.review-card p { color:var(--muted); font-size:14.5px; padding:0 20px; }
.review-card .meta { color:var(--teal); font-size:13px; font-weight:700; padding:10px 20px 20px; }
.badge {
  display:inline-block; background:var(--teal-soft); color:var(--teal-d);
  font-size:12.5px; font-weight:700; padding:4px 12px; border-radius:30px;
}

/* ===== CTA 박스 ===== */
.cta-box {
  background:var(--teal-soft); border-radius:20px; text-align:center;
  padding:64px 30px; max-width:1080px; margin:40px auto;
}
.cta-box h3 { font-family:var(--serif); font-size:32px; font-weight:700; margin-bottom:14px; }
.cta-box > p { color:var(--ink2); font-size:16px; margin-bottom:28px; }
.cta-buttons { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.btn-cta-call {
  background:var(--ink); color:#fff; font-size:22px; font-weight:700;
  padding:18px 44px; border-radius:50px; transition:.18s;
}
.btn-cta-call:hover { background:var(--teal); transform:scale(1.02); }
.cta-tip { margin-top:22px; font-size:14px; color:var(--muted); }

/* ===== 푸터 ===== */
.footer { background:#fdfdfb; border-top:1px solid var(--line); padding:52px 26px; }
.footer-info { max-width:1080px; margin:0 auto; color:var(--muted); font-size:14.5px; }
.footer-info strong { font-family:var(--serif); display:block; color:var(--ink); font-size:21px; margin-bottom:8px; }
.footer-info p { margin:2px 0; }
.footer-bottom { max-width:1080px; margin:24px auto 0; color:var(--muted); font-size:13px; }

/* ===== 본문(후기 상세) ===== */
.post-header { max-width:820px; margin:0 auto; padding:80px 26px 0; }
.post-header h1 { font-family:var(--serif); font-size:36px; font-weight:700; line-height:1.3; }
.post-meta { color:var(--teal); font-size:14px; font-weight:700; margin-top:14px; }
.post-content { max-width:820px; margin:0 auto; padding:30px 26px 60px; font-size:16.5px; line-height:1.85; }
.post-content h2 { font-family:var(--serif); font-size:26px; font-weight:700; margin:36px 0 14px; }
.post-content h3 { font-family:var(--serif); font-size:21px; font-weight:700; margin:28px 0 12px; }
.post-content p { margin:14px 0; color:var(--ink2); }
.post-content img { border-radius:14px; margin:24px 0; }
.related-posts { max-width:1080px; margin:0 auto; padding:40px 26px 80px; }

/* ===== 페이지네이션 ===== */
.pagination { text-align:center; margin:40px 0; }
.page-link.current { background:var(--teal) !important; border-color:var(--teal) !important; }

/* ===== 플로팅 전화 버튼 ===== */
.floating-buttons { position:fixed; right:18px; bottom:18px; z-index:50; }
.floating-call {
  display:flex; align-items:center; gap:10px; background:var(--ink); color:#fff;
  padding:14px 22px; border-radius:50px; box-shadow:0 8px 26px rgba(29,32,30,.28);
  font-weight:700; transition:.18s;
}
.floating-call:hover { background:var(--teal); transform:scale(1.04); }
.floating-icon { font-size:20px; }
.floating-text { display:flex; flex-direction:column; line-height:1.15; font-size:15px; }
.floating-text small { font-size:12px; font-weight:600; opacity:.85; }

/* ===== 반응형 ===== */
@media (max-width:820px) {
  .container { padding:60px 20px; }
  .hero { padding:64px 20px 30px; }
  .hero h1 { font-size:38px; }
  .section-title, .cta-box h3 { font-size:28px; }
  .trust-stats-inner { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); }
  .trust-item:last-child { border-bottom:0; }
  .logo { font-size:22px; }
  .header-phone { font-size:14px; padding:10px 16px; }
  .header-inner { height:64px; }
  .btn-cta-call { font-size:18px; padding:16px 32px; }
  .floating-text { display:none; }
  .floating-call { padding:16px; border-radius:50%; }
  .floating-icon { font-size:22px; }
}
