/* 베란다수리 견적 전용 — 공통 CSS 파일에 병합하지 말 것 */
.pg-estimate{
  --pg-primary:#4B4237;
  --pg-secondary:#8C7B67;
  --pg-bg:#FAF7F2;
  --pg-text:#2E2A24;
  --pg-accent:#2E86AB;
  --pg-radius:10px;
  --pg-maxw:900px;
  --pg-leading:1.75;
  color:var(--pg-text);
}
.pg-estimate h1,.pg-estimate h2,.pg-estimate h3{font-family:"Pretendard",sans-serif;font-weight:700}
.pg-estimate .pg-summary{background:var(--pg-bg);padding:48px 0}
.pg-estimate .pg-summary .container{max-width:1260px}
.pg-estimate .pg-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:8px;border:1px solid #E4DCCF;border-radius:var(--pg-radius);overflow:hidden}
.pg-estimate .pg-summary-card{background:#fff;padding:26px 22px;border-left:1px solid #E4DCCF}
.pg-estimate .pg-summary-card:first-child{border-left:none}
.pg-estimate .pg-summary-card:nth-child(even){background:#F3EEE5}
.pg-estimate .pg-summary-card .num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:var(--pg-primary);color:#fff;font-weight:700;font-size:.9rem;margin-bottom:12px}
.pg-estimate .pg-summary-card h3{font-size:1.05rem;color:var(--pg-primary);margin-bottom:8px}
.pg-estimate .pg-summary-card p{font-size:.92rem;line-height:var(--pg-leading);color:var(--pg-text)}
.pg-estimate .pg-layout{padding:64px 0}
.pg-estimate .pg-layout .container{max-width:var(--pg-maxw)}
.pg-estimate .pg-section{background:#fff;border:1px solid #E4DCCF;border-radius:var(--pg-radius);padding:28px 30px;margin-bottom:20px}
.pg-estimate .pg-section h2{color:var(--pg-primary);font-size:1.3rem;margin-bottom:16px;border-bottom:2px solid var(--pg-accent);padding-bottom:10px;display:inline-block}
.pg-estimate .pg-section p{line-height:var(--pg-leading);margin-bottom:14px;font-size:.98rem}
.pg-estimate .pg-case{background:var(--pg-bg);border:1px solid #E4DCCF;border-radius:var(--pg-radius);padding:20px 22px;margin:18px 0}
.pg-estimate .pg-case .tag{display:inline-block;font-size:.76rem;font-weight:700;color:var(--pg-accent);margin-bottom:8px}
.pg-estimate .pg-case p{margin-bottom:0}
.pg-estimate .pg-ba{max-width:780px;margin:28px auto 0}
.pg-estimate .pg-ba-pair{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.pg-estimate .pg-ba-pair figure{margin:0}.pg-estimate .pg-ba-pair img{border:1px solid #E4DCCF;border-radius:var(--pg-radius);width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.pg-estimate .pg-ba-pair figcaption{margin-top:8px;font-size:.82rem;text-align:center;color:var(--pg-secondary)}
.pg-estimate .pg-ba-note{margin-top:12px;font-size:.8125rem;opacity:.75;text-align:center}
.pg-estimate .pg-cta-group{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}
.pg-estimate .pg-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:999px;font-weight:700;font-size:.92rem;text-decoration:none}
.pg-estimate .pg-cta--call{background:var(--pg-primary);color:#fff}
.pg-estimate .pg-cta--sms{background:#fff;color:var(--pg-primary);border:1.5px solid var(--pg-primary)}
@media (max-width:860px){
  .pg-estimate .pg-summary-grid{grid-template-columns:1fr;border-radius:var(--pg-radius)}
  .pg-estimate .pg-summary-card{border-left:none;border-top:1px solid #E4DCCF}
  .pg-estimate .pg-summary-card:first-child{border-top:none}
  .pg-estimate .pg-section{padding:22px}
  .pg-estimate .pg-ba-pair{gap:12px}
}
