/* ===== HERO ===== */
.hero {
  background: #fff;
  overflow: hidden;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.hero-left {
  padding-bottom: 80px;
}

.hero-right {
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-mockup-img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: bottom right;
}

.hero-img-wrap, .hero-cards { display: none; }

/* ===== STATS — 딥그린 ===== */
.stats { background: var(--green); padding: 48px 0; }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,.15);
  text-align: center;
}
.stat-item:last-child { border-right: none; }
.stat-val { font-size: 1.3rem; font-weight: 700; color: #fff; display: block; margin-bottom: 5px; letter-spacing: -.02em; }
.stat-label { font-size: 12px; color: rgba(255,255,255,.6); }

/* ===== SERVICES — 흰색 ===== */
.services { padding: 80px 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  background: var(--gray); border: 1px solid var(--border);
  border-radius: 14px; padding: 24px 16px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 12px; transition: border-color .2s, transform .2s;
}
.service-card:hover { border-color: var(--green); transform: translateY(-3px); }
.service-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: var(--green-pale); display: flex; align-items: center;
  justify-content: center; color: var(--green); order: 2;
}
.service-name { font-size: 15px; font-weight: 600; color: var(--text); order: 1; }

/* ===== PORTFOLIO — 연회색 ===== */
.portfolio { padding: 60px 0 0; background: var(--page-bg); }
.portfolio-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px; }
.portfolio-more { font-size: 13px; color: var(--green); text-decoration: none; font-weight: 500; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.portfolio-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden; text-decoration: none; color: var(--text);
  transition: border-color .2s, transform .2s; display: block;
}
.portfolio-card:hover { border-color: var(--green); transform: translateY(-3px); }
.portfolio-thumb {
  aspect-ratio: 16/10; display: flex; align-items: center;
  justify-content: center; position: relative; overflow: hidden;
}
.portfolio-badge {
  position: absolute; top: 12px; left: 12px;
  font-size: 10px; font-weight: 600; letter-spacing: .06em;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,.92); color: var(--text);
}
.portfolio-info { padding: 18px 20px; background: var(--white); }
.portfolio-category { font-size: 11px; color: var(--green); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 5px; font-weight: 600; }
.portfolio-name { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.portfolio-sub { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* ===== WHY 섹션 — 흰색 ===== */
.why-section { background: var(--white); padding: 56px 0; }
.why-section .section-eyebrow { color: var(--green); }
.why-section .section-title { color: var(--text); margin-bottom: 40px; }

.info-banner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.info-banner-item {
  background: var(--gray); padding: 32px 28px; border-radius: 4px; transition: background .2s;
}
.info-banner-item:first-child { border-radius: 14px 4px 4px 14px; }
.info-banner-item:last-child { border-radius: 4px 14px 14px 4px; }
.info-banner-item:hover { background: var(--green-pale); }
.info-banner-num { font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--green); opacity: .5; margin-bottom: 16px; display: block; }
.info-banner-title { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 10px; line-height: 1.3; }
.info-banner-desc { font-size: 13px; color: var(--muted); line-height: 1.75; }

/* ===== PROCESS — 딥그린 ===== */
.process { padding: 80px 0; background: var(--green); }
.process .section-eyebrow { color: rgba(255,255,255,.6); }
.process .section-title { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 48px; }
.process-step { padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.15); }
.process-step:last-child { border-right: none; }
.process-num { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.5); letter-spacing: .1em; margin-bottom: 12px; }
.process-name { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.process-desc { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.75; }

/* ===== CTA — 흰색 ===== */
.cta-section { background: var(--white); padding: 60px 0 80px; }
.cta-inner {
  display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center;
  background: var(--gray); border: 1px solid var(--border);
  border-radius: 20px; padding: 52px 56px;
}
.cta-eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--green); font-weight: 600; margin-bottom: 14px; }
.cta-title { font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 700; letter-spacing: -0.03em; color: var(--text); line-height: 1.25; margin-bottom: 12px; }
.cta-desc { font-size: 14px; color: var(--muted); line-height: 1.85; }
.cta-right { text-align: center; min-width: 200px; }
.cta-contact { font-size: 12px; color: var(--muted); margin-top: 12px; line-height: 1.7; }
.btn-green {
  font-size: 14px; font-weight: 600; padding: 13px 26px;
  border-radius: 8px; background: var(--green); color: var(--white);
  text-decoration: none; display: inline-block;
  transition: background .15s; white-space: nowrap;
}
.btn-green:hover { background: var(--green-hover); }

/* ===== HERO 텍스트/버튼 스타일 ===== */
.hero-eyebrow {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--green); font-weight: 500;
  margin-bottom: 20px; letter-spacing: .02em;
}
.hero-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green); flex-shrink: 0;
}
.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; line-height: 1.18;
  letter-spacing: -0.04em; color: var(--text);
  margin-bottom: 20px;
}
.hero-title em {
  font-style: italic; color: var(--green);
}
.hero-problem {
  font-size: 15px; color: var(--muted);
  margin-bottom: 10px; line-height: 1.7;
}
.hero-solution {
  font-size: 15px; color: var(--text);
  line-height: 1.75; margin-bottom: 36px;
}
.hero-accent { color: var(--green); font-weight: 600; }
.hero-btns {
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
}
.btn-outline {
  font-size: 14px; font-weight: 600; padding: 13px 26px;
  border-radius: 8px; border: 1.5px solid var(--border);
  color: var(--text); text-decoration: none; display: inline-block;
  background: var(--white); transition: border-color .15s, color .15s;
  white-space: nowrap;
}
.btn-outline:hover { border-color: var(--green); color: var(--green); }
.btn-primary {
  font-size: 14px; font-weight: 600; padding: 13px 26px;
  border-radius: 8px; background: var(--green); color: var(--white);
  text-decoration: none; display: inline-block;
  transition: background .15s; white-space: nowrap;
}
.btn-primary:hover { background: var(--green-hover); }