/* ================================================================
 * sections.css - 메인 페이지 섹션들
 *   intro, bento(business), products, webfax, cases, notice,
 *   recruit, contact, CTA, leadership
 * Homepage CSS Module
 * ================================================================ */

/* ── SECTIONS COMMON ──────────────────────── */
section { padding:120px 60px; min-height:100vh; display:flex; flex-direction:column; justify-content:center; }

/* FHD 영역에서 위아래 여백을 더 확보 (~1920×1080 환경) */
@media (min-width: 1101px) and (max-width: 1700px) {
  section { padding: 200px 60px; }
  .hero { padding: 0 60px; }
  #intro { padding: 160px 60px; }
  #intro .hero-stats { margin-top: 56px; padding-top: 32px; }
  #intro .hero-clients { margin-top: 56px; padding-top: 36px; }
  #business { padding: 140px 60px; }
  #business .section-title { font-size: clamp(1.8rem, 2.6vw, 2.3rem); margin-bottom: 12px; }
  #business .section-desc { margin-bottom: 28px; font-size: .9rem; }
  #business .bento-card h3 { font-size: .92rem; }
}

.section-label {
  font-size:.85rem; letter-spacing:3px;
  color:var(--accent); text-transform:uppercase;
  margin-bottom:14px;
  text-align:center;
}
.section-title {
  font-size:clamp(1.8rem,3.5vw,2.8rem);
  font-weight:900; letter-spacing:-1px;
  line-height:1.2; margin-bottom:16px;
  text-align:center;
}
.section-desc {
  color:var(--muted); font-size:.95rem; line-height:1.8;
  max-width:600px; margin-bottom:48px;
  text-align:center;
  margin-left:auto; margin-right:auto;
}

/* ── INTRO (2nd page — 회사 소개 + 파트너) ──────────────────────── */
#intro {
  background: var(--bg);
  position: relative;
}
.intro-content {
  width: 100%;
  text-align: center;
}

/* ── 히어로 스탯 ──────────────────────── */
.hero-stats {
  display:flex; gap:48px; margin-top:72px;
  padding-top:40px; border-top:1px solid var(--border);
  justify-content:center;
}
.stat-num {
  font-size:3rem; font-weight:900;
  background:var(--grad-accent);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
}
.stat-label { font-size:.84rem; color: var(--muted); margin-top:6px; letter-spacing: .3px; }

/* ── 고객사 섹션 ──────────────────────── */
.hero-clients {
  margin-top:72px;
  padding-top:52px;
  margin-left: -60px;
  margin-right: -60px;
  width: calc(100% + 120px);
  text-align: center;
}
.clients-label {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.clients-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 36px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}
.clients-title span {
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 고객사 무한 마키 */
.clients-marquee {
  overflow: hidden;
  width: 100%;
  padding: 16px 0;
  -webkit-mask: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.clients-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: marquee 25s linear infinite;
}
.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-25%); }
}
.client-card {
  flex: 0 0 auto;
  background: transparent;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  min-width: 220px;
  transition: opacity .25s ease;
}
.client-card:hover {
  opacity: 0.7;
}
.client-card svg,
.client-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

/* 고객사 아이템 (이전 marquee-item 유지) */
.marquee-item {
  display:flex; flex-direction:column; align-items:center; gap:12px;
  padding:24px 38px;
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(255,255,255,0.03);
  min-width:180px;
  transition:all .25s;
}
.marquee-item:hover {
  border-color:var(--accent);
  background:rgba(255,107,0,0.08);
  transform:translateY(-3px);
  box-shadow:0 10px 30px rgba(255,107,0,0.15);
}
.marquee-item svg { width:108px; height:66px; }
.marquee-item span {
  font-size:.92rem; font-weight:700;
  color:var(--text); letter-spacing:.3px; white-space:nowrap;
}

.client-item {
  display:flex; flex-direction:column; align-items:center; gap:6px;
  padding:14px 20px;
  border:1px solid var(--border);
  border-radius:12px;
  background:rgba(255,255,255,0.03);
  transition:all .2s;
  min-width:100px;
}
.client-item:hover {
  border-color:var(--accent);
  background:rgba(255,107,0,0.06);
  transform:translateY(-2px);
}
.client-item svg { width:60px; height:40px; }
.client-item span {
  font-size:.72rem; font-weight:600;
  color:var(--muted); letter-spacing:.3px;
}
.clients-logos {
  display:flex; flex-wrap:wrap; justify-content:center;
  gap:12px 16px;
}

/* ── BUSINESS (벤토 그리드) ──────────────────────── */
#business { background:var(--bg2); }

.bento-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  max-width:1100px; margin:0 auto; width:100%;
}

/* 카드 기본 */
.bento-card {
  position:relative;
  border-radius:20px;
  overflow:hidden;
  display:flex; flex-direction:column;
  background:var(--surface-card);
  box-shadow:var(--shadow-md);
  transition:transform .35s ease, box-shadow .35s ease;
}
.bento-card:hover {
  transform:translateY(-6px);
  box-shadow:0 12px 40px rgba(255,107,0,.15);
}

/* 사진 영역 */
.bento-thumb {
  width:100%; height:160px;
  overflow:hidden;
  position:relative;
}
.bento-thumb img {
  width:100%; height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.bento-card:hover .bento-thumb img { transform:scale(1.06); }

/* 텍스트 영역 (스틸 실버) */
.bento-info {
  padding:16px 18px 20px;
  display:flex; flex-direction:column; align-items:center; text-align:center; gap:6px;
  background:var(--surface-card);
  flex:1;
}

.bento-card h3 {
  font-size:1rem; font-weight:800; margin:0;
  letter-spacing:-.3px;
  color:var(--dark);
}
.bento-tag {
  display:inline-block; width:fit-content;
  padding:4px 12px; border-radius:100px;
  font-size:.7rem; font-weight:700;
  background:rgba(0,0,0,.08);
  color:var(--subtle);
}

/* 호버 시 설명 펼침 */
.bento-expand {
  max-height:0; overflow:hidden;
  opacity:0;
  transition:max-height .4s ease, opacity .35s ease;
}
.bento-card:hover .bento-expand {
  max-height:120px;
  opacity:1;
}
.bento-expand p {
  font-size:.85rem; color:var(--surface-muted); line-height:1.7; margin:0;
  padding-top:6px;
}

@media (max-width: 1100px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .bento-grid { grid-template-columns: 1fr; }
}

/* ── PRODUCTS ──────────────────────── */
#products {}

.products-tabs {
  display:flex; gap:8px; margin-bottom:48px; flex-wrap:wrap;
  justify-content:center;
  max-width:1200px; margin-left:auto; margin-right:auto;
}
.tab-btn {
  padding:9px 22px;
  background:transparent; border:1px solid var(--border);
  border-radius:100px; color:var(--muted);
  font-size:.85rem; cursor:pointer;
  transition:all var(--ease);
}
.tab-btn.active {
  background:rgba(255,107,0,0.12); border-color:var(--accent);
  color:var(--accent);
}

.product-card {
  background:var(--card); border:1px solid var(--border);
  border-radius:14px; overflow:hidden;
  transition:all .3s;
}
.product-card:hover { transform:translateY(-4px); border-color:rgba(255,107,0,0.25); }

.product-img {
  height:240px;
  overflow:hidden;
  border-bottom:1px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  background:var(--surface-alt);
}
.product-img svg {
  width:100%; height:100%;
}
.product-img img {
  width:100%; height:100%;
  object-fit:cover;
}

.product-info { padding:24px; text-align:center; }
.product-info h4 { font-size:1rem; font-weight:700; margin-bottom:8px; }
.product-info p { font-size:.82rem; color:var(--muted); line-height:1.6; margin-bottom:12px; white-space:pre-line; }
.product-price {
  font-size:1.1rem; font-weight:900;
  color:var(--accent);
  margin-bottom:12px;
  font-family:'Space Mono', monospace;
}
.product-price span { font-size:.75rem; font-weight:400; color:var(--muted); margin-left:4px; }
.product-badge {
  font-size:.72rem; font-weight:600;
  padding:3px 10px; border-radius:4px;
  background:rgba(255,107,0,0.1); color:var(--accent);
}
.product-badge.new { background:rgba(255,154,60,0.1); color:var(--accent2); }
.product-badge.hot { background:rgba(255,59,92,0.1); color:var(--red); }

/* 제품 페이지네이션 */
.products-pager {
  display:flex; align-items:center; justify-content:center;
  gap:16px; margin-top:32px;
}
.pager-btn {
  width:42px; height:42px;
  border-radius:50%;
  border:1px solid var(--border);
  background:var(--surface-card);
  color:var(--text);
  font-size:1.4rem; font-weight:700;
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:all .2s;
  line-height:1; padding:0 0 2px 0;
}
.pager-btn:hover {
  background:var(--grad-accent);
  color:#fff; border-color:var(--accent);
}
.pager-btn:disabled {
  opacity:.3; cursor:default;
  background:var(--surface-card); color:var(--muted); border-color:var(--border);
}
.pager-info {
  font-size:.85rem; color:var(--muted); font-weight:600;
  min-width:60px; text-align:center;
}
.products-pager.hidden { display:none; }

/* 제품 2줄 그리드 */
.products-grid-2row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.products-grid-2row .product-card {
  width: auto;
}
@media (max-width: 1100px) {
  .products-grid-2row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .products-grid-2row { grid-template-columns: 1fr; }
}

/* ── WEBFAX ──────────────────────── */
#webfax {
  background:var(--bg2);
}

.webfax-inner {
  display:grid; grid-template-columns:1fr 1fr; gap:80px;
  align-items:center;
  max-width:1100px; margin:0 auto; width:100%;
}
@media(max-width:900px) { .webfax-inner { grid-template-columns:1fr; gap:40px; } }

.webfax-visual {
  background:var(--card);
  border:1px solid var(--border);
  border-radius:20px; padding:40px;
  position:relative;
}
.fax-screen {
  background:var(--bg); border:1px solid var(--border);
  border-radius:12px; padding:24px;
  font-size:.78rem; color:var(--muted);
  line-height:2;
}
.fax-line { display:flex; gap:12px; align-items:center; }
.fax-line.sent .fax-status { color:var(--accent2); }
.fax-line.fail .fax-status { color:var(--red); }
.fax-line.wait .fax-status { color:var(--accent); }
.fax-status { font-weight:700; min-width:50px; }

.webfax-features { display:flex; flex-direction:column; gap:20px; margin-top:24px; }
.wf-feat {
  display:flex; gap:16px; align-items:flex-start;
  padding:18px; background:var(--card);
  border:1px solid var(--border); border-radius:12px;
  transition:all .2s;
}
.wf-feat:hover { border-color:rgba(255,107,0,0.3); }
.wf-feat-icon { font-size:1.4rem; flex-shrink:0; }
.wf-feat h4 { font-size:.9rem; font-weight:700; margin-bottom:4px; }
.wf-feat p { font-size:.8rem; color:var(--muted); line-height:1.6; }

/* ── CASES (고객 후기) ──────────────────────── */
#cases { background: var(--surface-alt); }
.cases-grid-2row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cases-grid-2row { grid-template-columns: 1fr; }
}

.cases-grid {
  display:grid; grid-template-columns:repeat(auto-fill, minmax(340px,1fr));
  gap:24px;
}

.case-card {
  background:var(--card); border:1px solid var(--border);
  border-radius:16px; padding:36px;
  transition:all .3s;
}
.case-card:hover { transform:translateY(-4px); border-color:rgba(255,154,60,0.25); }

.case-category {
  font-size:.72rem; font-weight:700; letter-spacing:2px;
  text-transform:uppercase; color:var(--accent2);
  margin-bottom:16px;
}
.case-card h3 { font-size:1.05rem; font-weight:700; margin-bottom:14px; line-height:1.4; }
.case-divider {
  width:100%; height:1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin-bottom:16px;
  opacity:.35;
}
.case-card p { font-size:.84rem; color:var(--muted); line-height:1.75; margin-bottom:24px; }

.case-tags { display:flex; gap:8px; flex-wrap:wrap; }
.case-tag {
  padding:4px 10px; border-radius:4px;
  font-size:.72rem; font-weight:500;
  background:rgba(255,255,255,0.05); color:var(--muted);
}

/* 케이스 캐러셀 */
.cases-carousel { max-width: 100%; }
.cases-carousel .carousel-scroll {
  -webkit-mask: linear-gradient(90deg, transparent, black 1%, black 99%, transparent);
  mask: linear-gradient(90deg, transparent, black 1%, black 99%, transparent);
  padding: 20px 4px;
  gap: 28px;
}
.cases-carousel .case-card {
  width: 380px;
  margin: 0;
}

@media (max-width: 480px) {
  .cases-carousel .case-card {
    width: min(380px, calc(100vw - 48px));
  }
}

/* ── CASES CTA ──────────────────────── */
.cases-cta {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 36px;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 36px 44px;
  background: linear-gradient(135deg, rgba(255,107,0,0.08), rgba(255,154,60,0.04));
  border: 1px solid rgba(255,107,0,0.22);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}
.cases-cta::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(255,107,0,.18), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.cases-cta-text { position: relative; z-index: 1; }
.cases-cta-text h3 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
}
.cases-cta-text p {
  font-size: .9rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 18px;
}
.cases-cta-stats {
  display: flex;
  gap: 24px;
}
.cc-stat b {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  background: var(--grad-accent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.cc-stat em {
  display: block;
  font-size: .72rem;
  color: var(--muted);
  font-style: normal;
  margin-top: 4px;
}
.cases-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.cases-cta-actions .btn-primary,
.cases-cta-actions .btn-ghost {
  text-align: center;
  padding: 14px 24px;
  font-size: .95rem;
  white-space: nowrap;
}

/* ── NOTICE ──────────────────────── */
#notice { background:var(--bg2); }

.notice-list {
  display:flex; flex-direction:column; gap:1px;
  max-width:900px; margin:0 auto; width:100%;
}
.notice-item {
  display:flex; align-items:center; gap:24px;
  padding:20px 0; border-bottom:1px solid var(--border);
  text-decoration:none; color:var(--text);
  transition:all .2s;
}
.notice-item:hover { padding-left:8px; color:var(--accent); }
.notice-item:hover .notice-arrow { opacity:1; transform:translateX(4px); }

.notice-badge {
  font-size:.7rem; font-weight:700; padding:3px 9px;
  border-radius:4px; min-width:50px; text-align:center;
  flex-shrink:0;
}
.nb-notice { background:rgba(255,107,0,.12); color:var(--accent); }
.nb-news { background:rgba(255,154,60,.12); color:var(--accent2); }
.nb-update { background:rgba(255,59,92,.12); color:var(--red); }

.notice-title { flex:1; font-size:.92rem; }
.notice-date { font-size:.8rem; color:var(--muted); }
.notice-arrow { opacity:0; color:var(--accent); transition:all .2s; }

/* ── RECRUIT ──────────────────────── */
#recruit {}

.recruit-banner {
  background:linear-gradient(135deg, rgba(255,107,0,0.08), rgba(255,154,60,0.08));
  border:1px solid var(--border); border-radius:20px;
  padding:60px; text-align:center;
  position:relative; overflow:hidden;
  max-width:1100px; margin:0 auto; width:100%;
}
.recruit-banner::before {
  content:'';
  position:absolute; inset:0;
  background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FF6B00' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.recruit-banner h2 {
  font-size:2rem; font-weight:900; margin-bottom:12px;
  letter-spacing:-1px;
}
.recruit-banner p { color:var(--muted); margin-bottom:36px; line-height:1.8; }

.positions-grid {
  display:grid; grid-template-columns:repeat(auto-fill, minmax(240px,1fr));
  gap:16px; margin-top:48px; text-align:left;
}
.position-card {
  background:var(--card); border:1px solid var(--border);
  border-radius:12px; padding:24px;
  transition:all .2s;
}
.position-card:hover { border-color:rgba(255,107,0,0.3); transform:translateY(-2px); }
.position-type {
  font-size:.7rem; font-weight:700; color:var(--accent);
  letter-spacing:2px; text-transform:uppercase; margin-bottom:10px;
}
.position-card h4 { font-size:.95rem; font-weight:700; margin-bottom:8px; }
.position-card p { font-size:.8rem; color:var(--muted); }
.position-status {
  display:inline-block; margin-top:14px;
  font-size:.72rem; padding:3px 10px; border-radius:4px;
  background:rgba(255,154,60,0.1); color:var(--accent2); font-weight:600;
}
.position-status.closed {
  background:rgba(255,255,255,0.05); color:var(--muted);
}

@media (max-width: 480px) {
  .positions-grid { grid-template-columns: 1fr; }
}

/* ── CONTACT ──────────────────────── */
#contact { background:var(--bg2); }

.contact-grid {
  display:flex; flex-direction:column; gap:20px;
  max-width:720px; margin:0 auto; width:100%;
}

.contact-info { display:flex; flex-direction:column; gap:16px; }

.info-card {
  background:var(--card); border:1px solid var(--border);
  border-radius:14px; padding:28px;
  display:flex; gap:20px; align-items:flex-start;
  transition:all .2s;
}
.info-card:hover { border-color:rgba(255,107,0,0.25); }
.info-icon {
  font-size:1.4rem; width:48px; height:48px;
  border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(255,107,0,0.1); flex-shrink:0;
}
.info-card h4 { font-size:.88rem; font-weight:700; margin-bottom:6px; }
.info-card p { font-size:.84rem; color:var(--muted); line-height:1.7; }
.info-card a { color:var(--accent); text-decoration:none; }

/* ── CONTACT (CTA + 지도) ──────────────────────── */
.contact-cta-full {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 360px;
  background: linear-gradient(135deg, rgba(255,107,0,0.08), rgba(255,154,60,0.04));
  border: 1px solid rgba(255,107,0,0.22);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
.contact-cta-full h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 14px;
}
.contact-cta-full p {
  font-size: .95rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 28px;
}
.contact-cta-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}
.contact-cta-btns {
  display: flex;
  gap: 14px;
}
.contact-cta-btns .btn-primary,
.contact-cta-btns .btn-ghost {
  padding: 14px 32px;
  font-size: .95rem;
  text-align: center;
  cursor: pointer;
  min-width: 160px;
}

/* 지도 전폭 */
.location-map-full {
  max-width: 1200px;
  margin: 48px auto 0;
  width: 100%;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #e8e8e8;
}
.location-map-full iframe {
  display: block;
  width: 100%; height: 100%;
}
.map-link {
  position: absolute;
  bottom: 16px; right: 16px;
  padding: 8px 18px;
  background: var(--surface-card);
  color: var(--accent);
  font-size: .82rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  transition: all .2s;
}
.map-link:hover {
  background: var(--accent);
  color: #fff;
}

@media (max-width: 768px) {
  .contact-cta-full { height: auto; min-height: 280px; padding: 32px 24px; }
  .contact-cta-stats { flex-wrap: wrap; gap: 16px; }
  .contact-cta-btns { flex-direction: column; width: 100%; }
  .contact-cta-btns .btn-primary,
  .contact-cta-btns .btn-ghost { min-width: 0; width: 100%; }
  .location-map-full { height: 280px; }
}

@media (max-width: 480px) {
  .contact-cta-full { padding: 24px 16px; min-height: 240px; }
  .location-map-full { height: 220px; margin-top: 32px; }
}

/* ── CTA ──────────────────────── */
#cta {
  padding: 100px 60px;
}
.cta-box {
  max-width: 1200px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(255,107,0,0.12), rgba(255,154,60,0.05));
  border: 1px solid rgba(255,107,0,0.3);
  border-radius: 24px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content:'';
  position:absolute; top:-50%; right:-20%;
  width:400px; height:400px;
  background: radial-gradient(circle, rgba(255,107,0,0.2), transparent 70%);
  pointer-events:none;
}
.cta-content { position:relative; z-index:1; }
.cta-content .section-label { margin-bottom:12px; }
.cta-content h2 {
  font-size: 2.2rem; font-weight:900;
  line-height:1.3; letter-spacing:-0.5px;
  margin-bottom: 18px;
  color: var(--text);
}
.cta-content p {
  font-size:1rem; color:var(--muted);
  line-height:1.7; margin-bottom:28px;
}
.cta-btns {
  display:flex; gap:14px; flex-wrap:wrap;
}
.cta-visual {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  position:relative; z-index:1;
}
.cta-stat {
  background: rgba(12,20,38,0.6);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 18px;
  text-align:center;
  backdrop-filter: blur(8px);
}
.cta-stat-num {
  font-size: 2.8rem; font-weight:900;
  background: var(--grad-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 6px;
}
.cta-stat-label {
  font-size:.8rem; color:var(--muted);
  font-weight:500;
}

/* ── LEADERSHIP & ACHIEVEMENTS ──────────────────────── */
#leadership { text-align:center; }
.section-split {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 720px;
  margin: 80px auto 14px;
}
.section-split .split-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,107,0,.35), transparent);
}
.section-split .split-label {
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
  font-weight: 700;
}
.awards-sub {
  text-align: center;
  font-size: .9rem;
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

/* 경영진 섹션 */
#leadership .exec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 32px auto 0;
  width: 100%;
  text-align: left;
}
#leadership .exec-row .ceo-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 24px;
  align-items: center;
  padding: 32px 36px;
  border-radius: 20px;
}
#leadership .exec-row .ceo-photo {
  grid-row: 1 / span 3;
  width: 120px; height: 120px;
  margin-bottom: 0;
  border-width: 4px;
  box-shadow: 0 0 0 6px rgba(255,107,0,0.12), 0 8px 24px rgba(0,0,0,0.12);
}
#leadership .exec-row .ceo-card blockquote {
  grid-column: 2;
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.85;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
}
#leadership .exec-row .ceo-name {
  grid-column: 2;
  font-size: 1.05rem;
  font-weight: 800;
  margin-top: 6px;
}
#leadership .exec-row .ceo-name span { font-size: .82rem; color: var(--muted); font-weight: 500; margin-left: 6px; }
#leadership .exec-row .ceo-title { grid-column: 2; font-size: .78rem; color: var(--muted); }

@media (max-width: 1100px) {
  #leadership .exec-row { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; gap: 32px; padding: 48px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-map { min-height: 300px; }
}

/* ── 인증서 캐러셀 ──────────────────────── */
.cert-hint {
  display: inline-block;
  font-size: .82rem;
  color: var(--accent);
  margin-top: 4px;
}
.awards-carousel { padding: 0; max-width: 1500px; }
.awards-scroll {
  gap: 0 !important;
  padding: 16px 4px 24px !important;
}
.award-card {
  flex: 0 0 auto;
  width: 360px;
  height: 480px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transition: transform .35s ease, filter .35s ease;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.2));
  cursor: zoom-in;
  font: inherit;
  color: inherit;
  position: relative;
}
/* 카드 사이 세로 구분선 */
.award-card::after {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(255,107,0,.35) 20%,
    rgba(255,107,0,.55) 50%,
    rgba(255,107,0,.35) 80%,
    transparent 100%);
  pointer-events: none;
}
.award-card:last-child::after { display: none; }
.award-card:hover {
  transform: translateY(-6px) scale(1.04);
  filter: drop-shadow(0 14px 32px rgba(255,107,0,.25));
}
.award-card:hover::after { opacity: 0; }
.award-card:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
  border-radius: 6px;
}
.award-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  background: transparent;
  mix-blend-mode: normal;
}

@media (max-width: 480px) {
  .award-card { width: min(360px, calc(100vw - 32px)); height: 420px; padding: 16px 20px; }
}

/* 인증서 라이트박스 */
#award-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  animation: lbFade .25s ease;
}
#award-lightbox.open { display: flex; }
@keyframes lbFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lb-img {
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08);
  animation: lbZoom .3s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes lbZoom {
  from { transform: scale(.85); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}
.lb-close {
  position: absolute;
  top: 24px; right: 28px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  line-height: 1;
}
.lb-close:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: rotate(90deg);
}

/* ── 공통 반응형 ──────────────────────── */
@media(max-width:768px) {
  section { padding:60px 24px; min-height:auto; }
  .hero-stats { flex-wrap:wrap; gap:28px; }
  .bento-grid { grid-template-columns:1fr 1fr; gap:14px; }
  .bento-thumb { height:140px; }
  .cta-box { padding: 36px 24px; }
  .cta-content h2 { font-size: 1.6rem; }
  .cta-visual { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cta-stat { padding: 18px 12px; }
  .cta-stat-num { font-size: 1.5rem; }
  #cta { padding: 60px 24px; }
  .award-card { width: 260px; height: 360px; padding: 0; }
  /* hero-clients 네거티브 마진을 모바일 패딩(24px)에 맞춤 */
  .hero-clients {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}

@media (max-width: 480px) {
  section { padding: 40px 16px; }
}
