/*
Theme Name: 김포이사쓰레기119
Description: 김포 이사쓰레기·폐기물 수거 전문업체 원페이지 테마
Version: 1.0
*/

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

:root {
  --green-900: #123524;
  --green-700: #1f6b3f;
  --green-500: #2f9e57;
  --green-100: #e7f7ec;
  --accent: #ff8a3d;
  --text: #22302a;
  --muted: #5c6b64;
}

body {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--text);
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
table { border-collapse: collapse; width: 100%; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff; border-bottom: 1px solid #eef1ee;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-weight: 800; font-size: 20px; color: var(--green-900); }
.logo span { color: var(--green-500); }
.nav-menu { display: flex; gap: 24px; font-size: 15px; font-weight: 600; color: var(--green-900); }
.nav-menu a:hover { color: var(--green-500); }
.call-btn {
  background: var(--green-900); color: #fff; padding: 10px 18px;
  border-radius: 999px; font-weight: 700; font-size: 14px;
}

/* hero */
.hero {
  background: linear-gradient(135deg, rgba(18,53,36,.94), rgba(31,107,63,.9));
  color: #fff; padding: 80px 0 96px; text-align: center;
}
.hero .badge {
  display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3);
  padding: 6px 16px; border-radius: 999px; font-size: 13px; margin-bottom: 20px;
}
.hero h1 { font-size: 38px; line-height: 1.35; font-weight: 800; margin-bottom: 20px; }
.hero .lead { font-size: 17px; color: #d9efe0; max-width: 720px; margin: 0 auto 32px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--accent); color: #fff; padding: 15px 30px; border-radius: 10px; font-weight: 700;
}
.btn-ghost {
  background: transparent; color: #fff; padding: 15px 30px; border-radius: 10px; font-weight: 700;
  border: 1px solid rgba(255,255,255,.5);
}

/* stats */
.stats { background: #fff; margin-top: -40px; }
.stats .wrap {
  background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(18,53,36,.12);
  display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; padding: 32px 0;
}
.stats .num { font-size: 24px; font-weight: 800; color: var(--green-900); }
.stats .label { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* section */
.section { padding: 80px 0; }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head .eyebrow { color: var(--green-500); font-weight: 700; font-size: 14px; letter-spacing: .04em; }
.section-head h2 { font-size: 28px; font-weight: 800; color: var(--green-900); margin-top: 8px; }
.section-head p { color: var(--muted); margin-top: 10px; }

.about { background: var(--green-100); }
.about ul { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.about li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.check { color: var(--green-500); font-weight: 800; }

/* services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  border: 1px solid #e5ece7; border-radius: 14px; padding: 26px; transition: box-shadow .2s, transform .2s;
}
.service-card:hover { box-shadow: 0 12px 24px rgba(18,53,36,.1); transform: translateY(-3px); }
.icon-box {
  width: 52px; height: 52px; border-radius: 12px; background: var(--green-100); color: var(--green-500);
  display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px;
}
.service-card h3 { font-size: 18px; font-weight: 800; color: var(--green-900); margin-bottom: 8px; }
.service-card p { color: var(--muted); font-size: 14px; }

/* cost table */
.cost-note { text-align: center; color: var(--muted); margin-bottom: 28px; }
.cost-table th, .cost-table td { padding: 14px 16px; border-bottom: 1px solid #e5ece7; text-align: left; font-size: 15px; }
.cost-table thead th { background: var(--green-900); color: #fff; font-weight: 700; }
.cost-table tbody tr:nth-child(even) { background: #f7faf7; }
.cost-table td.price { color: var(--green-700); font-weight: 800; white-space: nowrap; }
.cost-table-wrap { overflow-x: auto; border-radius: 12px; border: 1px solid #e5ece7; }

/* process */
.process { background: var(--green-900); color: #fff; }
.process .section-head h2, .process .section-head .eyebrow { color: #fff; }
.process .section-head .eyebrow { color: #8fd3a6; }
.process .section-head p { color: #bfe0cb; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.process-card { text-align: center; padding: 18px; }
.process-num {
  width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; margin: 0 auto 12px;
}
.process-card h4 { font-weight: 700; margin-bottom: 6px; font-size: 15px; }
.process-card p { color: #bfe0cb; font-size: 12.5px; }

/* faq */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq-item { border: 1px solid #e5ece7; border-radius: 12px; padding: 22px 24px; }
.faq-item h3 { font-size: 16px; font-weight: 800; color: var(--green-900); margin-bottom: 8px; }
.faq-item p { color: var(--muted); font-size: 14.5px; }

/* cta */
.cta { background: var(--accent); color: #fff; padding: 52px 0; text-align: center; }
.cta h2 { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.cta p { margin-bottom: 22px; opacity: .95; }
.cta .btn-primary { background: #fff; color: var(--accent); }

/* footer */
.site-footer { background: #0e2a1c; color: #bfe0cb; padding: 44px 0 24px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 28px; }
.footer-grid h4 { color: #fff; font-weight: 700; margin-bottom: 14px; }
.footer-grid li { margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; font-size: 12px; color: #7fa08d; }

@media (max-width: 900px) {
  .nav-menu { display: none; }
  .stats .wrap { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .services-grid, .process-grid, .stats .wrap { grid-template-columns: 1fr; }
  .hero h1 { font-size: 26px; }
  .cost-table th, .cost-table td { font-size: 13px; padding: 10px; }
}
