/* ===== SOOZOO AI — 시안 B (Rathon-style: 라벤더/네이비, 라임+인디고, 알약 UI) ===== */
@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=Inter+Tight:wght@400;500;600;700&display=swap");

:root {
  --bg: #edf0fb;           /* 라벤더 배경 */
  --bg-2: #e4e8f7;
  --ink: #1c2a39;          /* 네이비 잉크 */
  --ink-soft: #6d7578;     /* 뮤트 */
  --ink-faint: #9aa2b1;
  --line: #dde2f0;
  --line-2: #cfd6ea;
  --mint: #0f9e6c;         /* 텍스트 액센트 = 그린 */
  --mint-ink: #0a6f4b;     /* 그린 틴트 위 텍스트 */
  --lime: #2ed89a;         /* 프라이머리 버튼 (민트그린) */
  --lime-ink: #05271a;     /* 그린 위 텍스트 */
  --blue: #12b37e;         /* 그린 솔리드 액센트 */
  --hero-mint: #2ed89a;    /* 다크 배경 액센트 (민트그린) */
  --panel: #131d38;        /* 딥 네이비 */
  --hero-grad: radial-gradient(130% 120% at 18% 4%, #33507f 0%, #22315c 34%, #141e3c 60%, #0a1022 100%);
  --panel-grad: radial-gradient(120% 130% at 78% 6%, #22315c 0%, #141e3c 42%, #0a1022 100%);
}

* { box-sizing: border-box; }
html { scroll-padding-top: 0; }
/* 섹션별 풀-뷰포트 (JS 풀페이지 컨트롤로 스냅) */
.hero, section.block { min-height: 100vh; display: flex; flex-direction: column; justify-content: safe center; }
@media (max-width: 960px) { .hero, section.block { min-height: 0; display: block; } }
button, input, select, textarea { font-family: inherit; }
body {
  margin: 0; font-family: "Inter Tight", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased;
  letter-spacing: -0.015em; line-height: 1.6; font-size: 17px; word-break: keep-all; overflow-wrap: break-word;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.mint { color: var(--mint); }
.mute { color: var(--ink-faint); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 60; background: transparent; }
.nav { display: flex; align-items: center; height: 88px; position: relative; transition: height .45s ease, margin-top .45s ease; }
.brand { display: flex; align-items: center; gap: 10px; position: relative; z-index: 1; }
.brand-logo { height: 30px; width: auto; transition: filter .25s, height .45s ease; }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 12px; position: relative; z-index: 1; }
/* 흰색 컨테이너(메뉴 알약) — 스크롤 시 이 요소가 좌우로 확장되어 로고·버튼까지 감쌈 */
.nav-links { display: flex; justify-content: center; align-items: center; gap: 34px; position: absolute; top: 50%; left: var(--pill-inset, 300px); right: var(--pill-inset, 300px); transform: translateY(-50%); z-index: 0; background: #fff; border-radius: 999px; padding: 13px 30px; box-shadow: 0 8px 26px -14px rgba(28,42,57,.28); transition: left .45s cubic-bezier(.4,0,.2,1), right .45s cubic-bezier(.4,0,.2,1), background .45s ease, box-shadow .45s ease, backdrop-filter .45s ease; }
.nav-links a { font-size: 15.5px; font-weight: 500; color: var(--ink); letter-spacing: -0.01em; transition: color .2s; white-space: nowrap; }
.nav-links a:hover { color: var(--mint); }
.nav-links a.nav-active { color: var(--mint); font-weight: 700; }
.site-header.scrolled.over-dark .nav-links a.nav-active { color: var(--hero-mint); }
/* 스크롤: 컨테이너가 전체 폭으로 확장 + 반투명 + 블러, 상단 약 20px 띄움 */
.site-header.scrolled .nav { height: 60px; margin-top: 20px; }
.site-header.scrolled .nav-links { left: 0; right: 0; background: rgba(255,255,255,.62); -webkit-backdrop-filter: saturate(170%) blur(16px); backdrop-filter: saturate(170%) blur(16px); box-shadow: 0 16px 40px -22px rgba(28,42,57,.5); }
/* 스크롤 시 로고·버튼 축소 (바에 알맞게) */
.nav-cta .btn { transition: padding .45s ease, font-size .45s ease, transform .15s, box-shadow .2s, background .2s, border-color .2s, color .2s; }
.site-header.scrolled .brand-logo { height: 22px; }
.site-header.scrolled .nav-cta .btn { padding: 9px 18px; font-size: 14px; }
/* 어두운 섹션 위 → 화이트 타입 반전 */
.site-header.over-dark .brand-logo { filter: brightness(0) invert(1); }
.site-header.scrolled.over-dark .nav-links a { color: #fff; }
.site-header.scrolled.over-dark .nav-links a:hover { color: var(--hero-mint); }
.site-header.over-dark .menu-toggle span { background: #fff; }
.site-header.scrolled.over-dark .btn-primary { background: #fff; color: var(--ink); box-shadow: none; }
.site-header.scrolled.over-dark .btn-primary:hover { background: #eef0fb; }
/* 최상단(다크 히어로 위·비스크롤): 반투명 글래스 알약 + 화이트 메뉴, 하이라이트 없음, CTA는 프라이머리 유지 */
.site-header.over-dark:not(.scrolled) .nav-links { background: rgba(255,255,255,.2); -webkit-backdrop-filter: saturate(140%) blur(10px); backdrop-filter: saturate(140%) blur(10px); box-shadow: none; }
.site-header.over-dark:not(.scrolled) .nav-links a,
.site-header.over-dark:not(.scrolled) .nav-links a:hover,
.site-header.over-dark:not(.scrolled) .nav-links a.nav-active { color: #fff; font-weight: 500; }
.site-header.scrolled.over-dark .nav-links { background: rgba(16,20,52,.5); box-shadow: 0 16px 40px -22px rgba(0,0,0,.6); }

.btn { display: inline-flex; align-items: center; gap: 8px; justify-content: center; font-weight: 700; font-size: 15px; border-radius: 999px; padding: 12px 22px; cursor: pointer; border: 1px solid transparent; transition: transform .15s, box-shadow .2s, background .2s, border-color .2s, color .2s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn .ic { width: 17px; height: 17px; }
.btn-primary { background: var(--lime); color: var(--lime-ink); box-shadow: 0 10px 26px -12px rgba(46,216,154,.6); }
.btn-primary:hover { background: #25c98c; transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-1px); }
.btn-line { background: transparent; border-color: var(--line-2); color: var(--ink); }
.btn-line:hover { border-color: var(--ink); }
.btn-ghost { background: rgba(255,255,255,.7); border-color: var(--line-2); color: var(--ink); }
.btn-ghost:hover { background: #fff; border-color: var(--ink); }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-block { width: 100%; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }

/* Section basics */
section.block { padding: 120px 0; }
section[id] { scroll-margin-top: 92px; }
/* 배경 밴드 리듬 */
.block.tint { background: var(--bg-2); }
#about { background: #f7f7f7; }
/* === 컴팩 리듬 + Z자 타이틀 배치 (헤더·고객사 영역은 미변경) === */
#about, #glance, #solution, #works, #insight, #contact { padding-top: 86px; padding-bottom: 86px; }
#glance .sec-head, #solution .sec-head, #works .sec-head, #insight .sec-head { margin-bottom: 42px; }
#works .sec-head { margin-left: 0; text-align: left; }
#glance .glance-head { margin-left: 0; text-align: left; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--mint); }
.sec-head { max-width: 900px; margin-bottom: 56px; }
.sec-head .eyebrow { margin-bottom: 18px; }
.sec-head h2 { font-size: clamp(30px, 4vw, 50px); line-height: 1.16; font-weight: 600; letter-spacing: -0.04em; margin: 0; }
.sec-head h2 .mute { color: var(--ink-faint); }
#clients .sec-head h2 .accent { color: var(--mint); }
.sec-head p { font-size: 17px; color: var(--ink-soft); margin: 18px 0 0; line-height: 1.65; max-width: 640px; }

/* ===== Hero — full-bleed blue section (edge to edge) ===== */
.hero-pin { position: relative; height: 240vh; margin-top: -108px; }
.hero.sec-dark { position: sticky; top: 0; height: 100vh; min-height: 100vh; overflow: hidden; color: #fff; padding: 88px 0 40px; display: flex; flex-direction: column; justify-content: center; }
/* 스크롤 순차 노출 + 등장 마이크로 애니메이션 */
.hero .st { opacity: 0; }
.hero .st.is-on { opacity: 1; }
.hero-kicker.st { display: inline-block; }
.hl-dim.st { display: inline-block; will-change: transform; }  /* FLIP 이동 대상 */
.g.st { display: none; }                 /* 숨김 시 자리 미차지 → "당신의 수주를" 가운데 정렬 */
.g.st.is-on { display: inline-block; }
.hero-lead .st .ht { display: inline-block; }
/* 등장 애니메이션: 블록 st는 직접, 리드 스팬은 내부 .ht에만(외부는 FLIP 이동용) */
.hero-kicker.st.is-on,
.hero-how.st.is-on,
.hero-actions.st.is-on,
.hero-lead .st.is-on .ht { animation: heroRise .85s cubic-bezier(.2,.75,.25,1) both; }
/* 1단계 순차 스태거: 키커 → 당신의 수주를 */
.hero-kicker.st.is-on { animation-delay: .06s; }
.hl-dim.st.is-on .ht { animation-delay: .5s; }
.hero-actions.st.is-on { animation-delay: .12s; }
@keyframes heroRise {
  0%   { opacity: 0; transform: translateY(30px) scale(.985); filter: blur(12px); }
  55%  { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@media (max-width: 960px) {
  /* 모바일도 데스크톱과 동일하게 sticky pin + 순차 노출 유지. 세로값(스크롤 구간) 확대 */
  .hero-pin { height: 300vh; margin-top: -108px; }
  .hero.sec-dark { height: 100svh; min-height: 100svh; padding: 100px 0 60px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero .st { opacity: 1 !important; }
  .hero .st.is-on .ht, .hero-kicker.st.is-on, .hero-how.st.is-on, .hero-actions.st.is-on { animation: none !important; filter: none !important; }
  .g.st { display: inline-block; }
  .hl-dim.st { transform: none !important; }
}
.hero.sec-dark { background: radial-gradient(120% 120% at 82% -8%, #1a2650 0%, #101838 44%, #0a1022 100%); }
.hero.sec-dark::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(56% 50% at 50% 47%, rgba(4,7,20,.82) 0%, rgba(4,7,20,.48) 52%, rgba(4,7,20,.08) 82%, transparent 100%), linear-gradient(180deg, rgba(4,7,24,.42) 0%, rgba(4,7,24,.12) 40%, rgba(4,7,24,.62) 100%); }
/* 히어로 커서 패럴랙스 블롭 레이어 */
.hero-stage { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-stage canvas { display: block; width: 100% !important; height: 100% !important; }
.hero.sec-dark .wrap { position: relative; z-index: 3; text-align: center; }
.hero-lead { text-shadow: 0 2px 10px rgba(0,0,0,.55), 0 6px 40px rgba(0,0,0,.6); }
.hero-kicker { font-size: clamp(18px, 2vw, 24px); font-weight: 600; letter-spacing: -0.02em; color: var(--hero-mint); margin-bottom: 26px; }
.hero-lead { font-size: clamp(30px, 4.4vw, 58px); line-height: 1.18; font-weight: 700; letter-spacing: -0.03em; margin: 0; color: #fff; }
.hero-lead .hl-dim { color: #ffffff; }
.hero .g { color: var(--hero-mint); font-weight: 600; }
.hero-lead .g { color: #ffffff; }
.hero-how { margin-top: 30px; }
.hero-how-1 { font-size: clamp(16px, 1.85vw, 22px); line-height: 1.4; font-weight: 500; letter-spacing: -0.02em; margin: 0; color: rgba(255,255,255,.82); }
.hero-how-2 { font-size: clamp(16px, 1.85vw, 22px); line-height: 1.4; font-weight: 500; letter-spacing: -0.02em; margin: 6px 0 0; color: rgba(255,255,255,.82); }
.hero .btn-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); color: #fff; }
.hero .btn-ghost:hover { background: rgba(255,255,255,.16); border-color: #fff; }
.hero-actions { margin-top: 44px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ===== Full-bleed dark section ===== */
.sec-dark { position: relative; overflow: hidden; background: var(--panel-grad); color: #fff; }
.sec-dark::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(56% 60% at 86% 6%, rgba(90,120,255,.20), transparent 60%), radial-gradient(50% 50% at 6% 100%, rgba(18,179,126,.12), transparent 60%); }
.sec-dark .wrap { position: relative; z-index: 1; }
.sec-dark .sec-head h2 { color: rgba(255,255,255,.94); }
.sec-dark .sec-head h2 .mute { color: rgba(255,255,255,.42); }
.sec-dark .sec-head p { color: rgba(255,255,255,.66); }

/* ===== Featured Work — 포트폴리오 마퀴 (좌→우 연속) ===== */
.pf-marquee { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.pf-track { display: flex; gap: 20px; width: max-content; padding: 4px 0; animation: pfScroll 48s linear infinite; }
/* 호버해도 멈추지 않고 계속 롤링 (요청) */
@keyframes pfScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.pf-item { flex: none; width: 300px; margin: 0; }
.pf-cover { position: relative; aspect-ratio: 16/10; border-radius: 14px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #dfe3f0; box-shadow: 0 24px 44px -34px rgba(12,20,36,.6); }
.pf-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.pf-item:hover .pf-cover img { transform: scale(1.05); }
.pf-item figcaption { margin-top: 12px; text-align: center; font-size: 14px; font-weight: 700; color: var(--ink); }

/* ===== SOOZOO at a glance — 카드 5종 (톤 다양화 벤토) ===== */
.glance-h { color: #111111; }
.glance-h .glance-h-b { color: #111111; font-weight: 800; }
.glance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 6px; }
/* 카드 공통: 라벨(상단) + 콘텐츠(하단) 배치는 동일, 톤만 다르게 */
.gcard { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; padding: 26px 26px 24px; background: #fff; box-shadow: 0 20px 44px -38px rgba(12,20,36,.5); text-align: left; display: flex; flex-direction: column; }
.gc-k { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; color: #111111; margin: 0 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
/* 배치 (4열): 상단 경험/기술 · 하단 전문가/가치/파트너십 */
.gc-exp  { grid-column: 1 / 3; }
.gc-exp .gc-stats { gap: 28px 40px; padding: 6px 20px 10px; }
.gc-tech { grid-column: 3 / 5; }
.gc-pro  { grid-column: 1 / 3; }
.gc-part { grid-column: 3 / 5; }
/* --- 경험 (화이트, 4스탯 · 라벨 위 / 숫자 그라디언트) --- */
.gc-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 20px; flex: 1; align-content: center; }
.gs { display: flex; flex-direction: column; gap: 10px; }
.gs-l { font-size: 15px; font-weight: 700; color: var(--ink); }
.gs-n { display: inline-flex; align-items: baseline; gap: 5px; line-height: 1; white-space: nowrap; }
.gs-num { font-size: clamp(34px, 3.8vw, 48px); font-weight: 700; letter-spacing: -0.02em; color: var(--mint); }
.gs-n em { font-size: 17px; font-weight: 600; font-style: normal; color: var(--ink-soft); letter-spacing: 0; }
/* --- 기술 (연인디고 틴트, 4항목 아이콘 그리드) --- */
.gc-tech { background: linear-gradient(180deg, #f2f1ff 0%, #eceefe 100%); border-color: rgba(18,179,126,.14); }
.gc-tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; flex: 1; }
.gt-item { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; padding: 22px 10px; border-radius: 16px; background: #fff; border: 1px solid var(--line); }
.gt-l { min-height: 2.56em; display: flex; align-items: center; justify-content: center; }
.gt-ico { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: #0f9e6c; background: linear-gradient(150deg, rgba(60,231,171,.34), rgba(255,255,255,.55)); border: 1px solid rgba(255,255,255,.75); box-shadow: inset 0 1.5px 2px rgba(255,255,255,.9), inset 0 -8px 14px rgba(46,216,154,.14), 0 14px 24px -14px rgba(12,110,76,.4); }
.gt-ico svg { width: 23px; height: 23px; overflow: visible; animation: icoPulse 3.2s ease-in-out infinite; }
.gc-tech-grid .gt-item:nth-child(2) .gt-ico svg { animation-delay: -.9s; }
.gc-tech-grid .gt-item:nth-child(3) .gt-ico svg { animation-delay: -1.7s; }
.gc-tech-grid .gt-item:nth-child(4) .gt-ico svg { animation-delay: -2.4s; }
.gt-l { font-size: 13.5px; font-weight: 700; color: var(--mint); line-height: 1.28; }
.gt-s { font-size: 11.5px; font-weight: 600; color: var(--ink-faint); }
.gt-btn { cursor: pointer; font-family: inherit; transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease; }
.gt-btn:hover { transform: translateY(-3px); border-color: rgba(18,179,126,.4); box-shadow: 0 18px 32px -20px rgba(18,179,126,.6); }
.gt-btn .gt-s { color: var(--blue); }
/* --- 전문가 (라벤더 틴트 · 아이콘+라벨 / 숫자 우측 강조) --- */
.gc-pro { background: #f5f4fb; }
.gc-people { list-style: none; margin: 0; padding: 6px 4px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; flex: 1; align-content: center; }
.gc-people li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.gp-ico { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #0f9e6c; background: linear-gradient(150deg, rgba(60,231,171,.34), rgba(255,255,255,.55)); border: 1px solid rgba(255,255,255,.75); box-shadow: inset 0 1px 1.5px rgba(255,255,255,.9), 0 10px 20px -12px rgba(12,110,76,.4); }
.gp-ico svg { width: 19px; height: 19px; overflow: visible; animation: icoPulse 3.6s ease-in-out infinite; }
.gc-people li:nth-child(2) .gp-ico svg { animation-delay: -1.3s; }
.gc-people li:nth-child(3) .gp-ico svg { animation-delay: -2.5s; }
.gp-label { font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.gp-val { font-size: 24px; font-weight: 800; letter-spacing: -0.03em; color: var(--mint); white-space: nowrap; }
/* --- 가치 (다크 + 움직이는 그라디언트) --- */
.gc-value { background: #fff; border-color: var(--line); }
.gc-value .gc-k { color: #111111; }
.gcv-body { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 6px; position: relative; z-index: 1; }
.gcv-n { font-size: clamp(40px, 4.2vw, 54px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: var(--mint); }
.gcv-l { font-size: 15px; font-weight: 700; color: var(--ink); }
@keyframes gcGrad { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
/* --- 파트너십 (화이트, 클릭 → MOU 모달) --- */
.gc-part-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-content: center; flex: 1; }
.gpart { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 22px 12px; border-radius: 14px; background: #f7f8fc; border: 1px solid var(--line); font-family: inherit; }
.gpart-name { font-size: 14px; font-weight: 700; color: var(--ink); text-align: center; line-height: 1.35; }
.gpart-sub { display: inline-block; margin-top: 3px; font-size: 12px; font-weight: 600; color: var(--ink-soft); }
.gpart-mou { cursor: pointer; background: #fff; border-color: rgba(18,179,126,.35); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.gpart-mou:hover { transform: translateY(-3px); border-color: var(--mint); box-shadow: 0 20px 36px -22px rgba(18,179,126,.6); }
.gpart-mou-link { font-size: 12.5px; font-weight: 800; color: var(--mint); }
.glance-note { font-size: 12.5px; color: var(--ink-faint); margin: 22px 0 0; }
/* ===== 이미지 모달 (인증서 / MOU) ===== */
.img-modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
.img-modal.open { display: flex; }
.im-backdrop { position: absolute; inset: 0; background: rgba(6,9,26,.62); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.im-panel { position: relative; z-index: 1; width: 100%; max-width: min(960px, 94vw); background: #fff; border-radius: 20px; padding: 26px 26px 28px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.5); animation: qaPop .22s ease; }
.im-x { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 26px; line-height: 1; color: var(--ink-faint); cursor: pointer; }
.im-title { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; color: #111111; margin: 2px 0 16px; }
.im-figure { text-align: center; }
.im-figure > img { max-width: 100%; max-height: 80vh; width: auto; margin: 0 auto; border-radius: 12px; display: block; }
/* MOU: 중간 조항만 블러, 상단 제목/도입부 + 하단 서명부는 선명 */
.im-blur-wrap { position: relative; display: inline-block; max-width: 100%; margin: 0 auto; }
.im-blur-wrap img { display: block; max-width: 100%; max-height: 80vh; width: auto; border-radius: 12px; }
.im-blur-over { position: absolute; inset: 0; width: 100% !important; height: 100% !important; max-height: none !important; filter: blur(6px); -webkit-mask: linear-gradient(to bottom, transparent 0 15%, #000 22% 74%, transparent 83% 100%); mask: linear-gradient(to bottom, transparent 0 15%, #000 22% 74%, transparent 83% 100%); pointer-events: none; }
.im-ph { width: 100%; aspect-ratio: 4 / 3; border-radius: 12px; border: 1px dashed var(--line-2); background: repeating-linear-gradient(45deg, #eef0f8, #eef0f8 12px, #e7eaf5 12px, #e7eaf5 24px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--ink-faint); }
.im-ph svg { width: 40px; height: 40px; opacity: .6; }
.im-ph span { font-size: 13.5px; font-weight: 600; }

/* ===== Who we are (소개) ===== */
.whowe-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: center; }
.whowe-h { font-size: clamp(30px, 3.8vw, 48px); line-height: 1.14; font-weight: 600; letter-spacing: -0.04em; margin: 0 0 28px; color: #111111; }
.whowe-p { font-size: 16.5px; line-height: 1.72; color: var(--ink-soft); margin: 0 0 18px; }
.whowe-p:last-child { margin-bottom: 0; }
.whowe-p strong { color: var(--ink); font-weight: 700; }
.whowe-cards { display: flex; flex-direction: column; gap: 26px; margin-top: 28px; }
.whowe-card { display: flex; flex-direction: column; gap: 8px; background: transparent; border: none; box-shadow: none; padding: 0 0 0 16px; border-left: 2px solid rgba(18,179,126,.35); }
.wc-head { font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.wc-head em { font-style: normal; color: var(--mint); font-weight: 800; }
@keyframes icoPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.12); } }
.wc-text { margin: 0; font-size: 16px; line-height: 1.66; color: var(--ink-soft); }
.wc-text strong { color: var(--ink); font-weight: 700; }
/* 오비트 다이어그램 (중앙 허브 + 동심원 궤도 + 위성 아이콘) */
.orbit { position: relative; width: 100%; max-width: 460px; aspect-ratio: 1 / 1; margin: 0 auto; }
.orbit-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 58%; height: 58%; pointer-events: none; z-index: 0; display: grid; place-items: center; }
/* 로고 중심에서 3개 원형이 커지며 천천히 사라지는 리플 */
.og-ripple { position: absolute; top: 50%; left: 50%; width: 130%; height: 130%; border-radius: 50%; background: rgba(18,179,126,.10); opacity: 0; transform: translate(-50%, -50%) scale(.35); animation: orbRipple 9s ease-out infinite; }
.og-ripple.rp2 { animation-delay: 3s; }
.og-ripple.rp3 { animation-delay: 6s; }
@keyframes orbRipple { 0% { opacity: .55; transform: translate(-50%, -50%) scale(.35); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(2.6); } }
.orbit-ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid var(--line-2); z-index: 1; }
.orbit-r1 { width: 94%; height: 94%; }
.orbit-r2 { width: 58%; height: 58%; }
.orbit-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 112px; height: 112px; border-radius: 50%; background: radial-gradient(130% 130% at 30% 25%, #22315c, #141e3c 58%, #0a1022); display: grid; place-items: center; box-shadow: 0 24px 54px -18px rgba(10,16,34,.6); z-index: 2; }
.orbit-core .ic { width: 48px; height: 44px; }
/* 회전: 위성들이 중앙 로고를 축으로 궤도를 돎 */
.orbit-spin { position: absolute; inset: 0; transform-origin: center; animation: orbSpin 40s linear infinite; z-index: 3; }
@keyframes orbSpin { to { transform: rotate(360deg); } }
.orbit-node { position: absolute; transform: translate(-50%, -50%); transform-origin: center; animation: orbSpinRev 40s linear infinite; }
@keyframes orbSpinRev { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(-360deg); } }
/* 순차 등장 마이크로 인터렉션 */
.on-inner { display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; transform: scale(.3); transition: opacity .55s ease, transform .6s cubic-bezier(.34,1.56,.64,1); }
.orbit.is-in .on-inner { opacity: 1; transform: none; }
.orbit.is-in .orbit-node:nth-child(1) .on-inner { transition-delay: .08s; }
.orbit.is-in .orbit-node:nth-child(2) .on-inner { transition-delay: .18s; }
.orbit.is-in .orbit-node:nth-child(3) .on-inner { transition-delay: .28s; }
.orbit.is-in .orbit-node:nth-child(4) .on-inner { transition-delay: .38s; }
.orbit.is-in .orbit-node:nth-child(5) .on-inner { transition-delay: .48s; }
.orbit.is-in .orbit-node:nth-child(6) .on-inner { transition-delay: .58s; }
/* ===== 글래스 아이콘 (주조색 그린) ===== */
.on-ic { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(255,255,255,.72), rgba(60,231,171,.2)); -webkit-backdrop-filter: blur(9px) saturate(155%); backdrop-filter: blur(9px) saturate(155%); border: 1px solid rgba(255,255,255,.8); box-shadow: inset 0 1.5px 2px rgba(255,255,255,.95), inset 0 -9px 16px rgba(46,216,154,.12), 0 18px 32px -14px rgba(12,110,76,.42); }
.on-ic svg { width: 27px; height: 27px; overflow: visible; }
/* 컨테이너는 고정 · 아이콘 내부 요소만 애니메이션 */
.pp-head { transform-box: fill-box; transform-origin: center; animation: ppHead 2.6s ease-in-out infinite; }
.pp-head.pp-2 { animation-delay: .4s; }
@keyframes ppHead { 0%,100% { transform: translateY(.6px); } 50% { transform: translateY(-1.2px); } }
/* 내부 요소 세밀 애니메이션 */
.ai-eye { transform-box: fill-box; transform-origin: center; animation: aiBlink 3.6s ease-in-out infinite; }
.ai-ant { transform-box: fill-box; transform-origin: center; animation: aiAnt 2s ease-in-out infinite; }
@keyframes aiBlink { 0%,90%,100% { transform: scaleY(1); } 95% { transform: scaleY(.1); } }
@keyframes aiAnt { 0%,100% { opacity: .45; transform: scale(1); } 50% { opacity: 1; transform: scale(1.35); } }
.tg-r1 { transform-box: fill-box; transform-origin: center; animation: tgPulse 2.8s ease-in-out infinite; }
.tg-r2 { transform-box: fill-box; transform-origin: center; animation: tgPulse 2.8s ease-in-out infinite; animation-delay: .5s; }
@keyframes tgPulse { 0%,100% { opacity: .5; transform: scale(.86); } 50% { opacity: 1; transform: scale(1.1); } }
.doc-line { transform-box: fill-box; transform-origin: left center; animation: docDraw 3.2s ease-in-out infinite; }
.doc-line:last-of-type { animation-delay: .4s; }
@keyframes docDraw { 0% { transform: scaleX(.15); opacity: .3; } 45%,100% { transform: scaleX(1); opacity: 1; } }
.pr-bar { transform-box: fill-box; transform-origin: center bottom; animation: prBar 2.6s ease-in-out infinite; }
@keyframes prBar { 0%,100% { transform: scaleY(.55); opacity: .6; } 50% { transform: scaleY(1); opacity: 1; } }
.on-l { font-size: 12px; font-weight: 700; color: var(--ink); white-space: nowrap; }

/* ===== 협업 다이어그램 (SOOZOO 플랫폼 + 컨설턴트·AI·고객) ===== */
.collab { position: relative; width: 100%; max-width: 460px; aspect-ratio: 1 / 1; margin: 0 auto; }
.collab-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, calc(-50% - 17px)); width: 52%; height: 52%; pointer-events: none; z-index: 0; }  /* 로고 중심에 파동 정렬(라벨 높이만큼 보정) */
.collab-links { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; overflow: visible; }
.cl-line { stroke: rgba(18,179,126,.4); stroke-width: 1.6; vector-effect: non-scaling-stroke; stroke-dasharray: 5 5; animation: clFlow 2.4s linear infinite; }
.cl-tri { fill: rgba(18,179,126,.05); stroke: rgba(18,179,126,.2); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
@keyframes clFlow { to { stroke-dashoffset: -20; } }
.collab-hub { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; perspective: 640px; }
.collab-mark { width: 124px; height: 124px; border-radius: 50%; background: radial-gradient(130% 130% at 30% 25%, #22315c, #141e3c 58%, #0a1022); display: grid; place-items: center; box-shadow: 0 24px 54px -18px rgba(10,16,34,.6); transform-style: preserve-3d; will-change: transform; }
.collab-mark .ic { width: 54px; height: 50px; will-change: transform; }
.collab-hub-l { font-size: 14px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); white-space: nowrap; }
.collab-node { position: absolute; transform: translate(-50%, -50%); z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 9px; opacity: 0; transition: opacity .5s ease, transform .6s cubic-bezier(.34,1.56,.64,1); }
.cn-1 { top: 14%; left: 50%; } .cn-2 { top: 78%; left: 83%; } .cn-3 { top: 78%; left: 17%; }
.collab.is-in .collab-node { opacity: 1; }
.collab.is-in .cn-1 { transition-delay: .1s; } .collab.is-in .cn-2 { transition-delay: .25s; } .collab.is-in .cn-3 { transition-delay: .4s; }
.cn-ic { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(255,255,255,.75), rgba(60,231,171,.2)); -webkit-backdrop-filter: blur(9px) saturate(155%); backdrop-filter: blur(9px) saturate(155%); border: 1px solid rgba(255,255,255,.8); box-shadow: inset 0 1.5px 2px rgba(255,255,255,.95), 0 18px 32px -14px rgba(12,110,76,.42); }
.cn-ic svg { width: 28px; height: 28px; }
.cn-l { font-size: 12.5px; font-weight: 700; color: var(--ink); white-space: nowrap; }

/* ===== Clients — 분야 탭 + 로고 (컨테이너 없이) ===== */
#clients { background: #ffffff; }
#clients .sec-head { margin-left: auto; margin-right: auto; text-align: center; }
@keyframes logoIn { from { opacity: 0; transform: translateY(16px) scale(.94); } to { opacity: 1; transform: none; } }
.cl-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 56px; }
.cl-tab { font-family: inherit; font-size: 14px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink-soft); background: transparent; border: 1px solid var(--line-2); border-radius: 999px; padding: 9px 18px; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.cl-tab:hover { color: var(--ink); border-color: var(--ink); }
.cl-tab.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
/* 로고: 가운데 정렬 · 크게 · 영역 높이 고정(탭 전환해도 불변) */
.cl-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; gap: 52px 72px; height: 300px; overflow: hidden; }
.cl-logo { display: flex; align-items: center; justify-content: center; }
.cl-logo.is-hidden { display: none; }
.cl-logo img { max-height: 52px; width: auto; max-width: 230px; object-fit: contain; display: block; }
@media (max-width: 960px) { .cl-logos { height: auto; min-height: 220px; gap: 36px 44px; } .cl-logo img { max-height: 40px; } }

/* ===== What we do (dark) ===== */
.sec-dark .g { color: var(--hero-mint); }
.hl-g { background: var(--hero-mint); color: #05271a; padding: 0 .14em; border-radius: 4px; font-weight: 800; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.sol-link { margin-top: auto; font-size: 14.5px; font-weight: 800; color: var(--hero-mint); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.sol-link:hover { gap: 10px; }
.sol-link .ic { width: 16px; height: 16px; }

/* 두 가지 방식 개요 */
.wd-modes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.mode-card { display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 32px 30px 28px; background: rgba(255,255,255,.04); }
.mode-badge { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 66px; height: 66px; border-radius: 50%; background: #fff; color: var(--panel); margin-bottom: 22px; line-height: 1.05; }
.mode-badge span { font-size: 10.5px; font-weight: 700; color: #5b6474; }
.mode-badge b { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.mode-h { display: flex; flex-direction: column; gap: 5px; font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; letter-spacing: -0.03em; margin: 0 0 12px; color: #fff; }
.mode-verb { font-size: 15px; font-weight: 700; color: rgba(255,255,255,.68); }
.mode-p { font-size: 15px; color: rgba(255,255,255,.66); line-height: 1.6; margin: 0 0 18px; }
.mode-for { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,.82); background: rgba(46,216,154,.1); border: 1px solid rgba(46,216,154,.3); border-radius: 999px; padding: 8px 15px; }
.mode-for .ck { width: 15px; height: 15px; color: var(--hero-mint); }

/* 상세 블록 */
.wd-detail { margin-top: 46px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.12); }
.wd-num { font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; letter-spacing: -0.02em; color: var(--hero-mint); margin-bottom: 22px; }
.wd-lead { font-size: clamp(22px, 2.9vw, 34px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.32; margin: 0 0 16px; color: #fff; }
.wd-sub { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.62; margin: 0 0 32px; max-width: 900px; }

/* Why / So what / How / What's different (클릭 → 팝업) */
.qa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.qa-card { display: flex; flex-direction: column; text-align: left; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.05); padding: 22px 20px 20px; cursor: pointer; color: #fff; font-family: inherit; transition: transform .2s, border-color .2s, background .2s; }
.qa-card:hover { transform: translateY(-4px); border-color: rgba(46,216,154,.5); background: rgba(255,255,255,.09); }
.qa-q { font-size: 13px; font-weight: 800; color: var(--hero-mint); }
.qa-title { font-size: 16px; font-weight: 700; line-height: 1.42; letter-spacing: -0.02em; }
.qa-more { margin-top: auto; font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.5); }

/* 컨설팅 상세 */
/* 다이어그램 + 성과 박스를 하나의 카드로 묶음 */
.consult-card { display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: center; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 38px 36px; }
.consult-card .consult-box { background: transparent; border: none; border-left: 1px solid rgba(255,255,255,.14); border-radius: 0; padding: 6px 4px 6px 36px; align-self: center; }
.consult-card .cb-hl { color: #fff; }
.consult-card .cb-hl .accent { color: var(--hero-mint); font-weight: 800; }
.consult-card .cb-p { color: rgba(255,255,255,.74); }
.consult-card .cb-p strong { color: #fff; }
.consult-lead { font-size: 16px; color: rgba(255,255,255,.78); line-height: 1.66; margin: 0 auto 30px; max-width: 660px; text-wrap: balance; }
.consult-lead strong { color: #fff; font-weight: 800; }
.tf-top { display: flex; align-items: center; justify-content: center; gap: 22px; }
.tf-node { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; width: 118px; height: 118px; padding: 10px; }
.tf-lead { background: rgba(46,216,154,.12); border: 2px solid var(--hero-mint); }
.tf-lead b { font-size: 15px; font-weight: 800; color: #fff; }
.tf-lead span { font-size: 11.5px; color: rgba(255,255,255,.7); margin-top: 3px; }
.tf-client { background: #fff; color: var(--panel); font-weight: 800; font-size: 16px; width: 92px; height: 92px; }
.tf-hlink { position: relative; width: 60px; height: 2px; background: rgba(255,255,255,.4); }
.tf-hlink::before, .tf-hlink::after { content: ""; position: absolute; top: 50%; width: 7px; height: 7px; border-top: 2px solid rgba(255,255,255,.4); border-right: 2px solid rgba(255,255,255,.4); }
.tf-hlink::before { left: -1px; transform: translateY(-50%) rotate(-135deg); }
.tf-hlink::after { right: -1px; transform: translateY(-50%) rotate(45deg); }
.tf-stem { width: 2px; height: 26px; background: rgba(255,255,255,.3); margin: 0 auto; }
.tf-agents { display: flex; gap: 8px; justify-content: space-between; }
.agent { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: 1; min-width: 0; text-align: center; position: relative; }
.agent:not(:last-child)::after { content: ""; position: absolute; top: 21px; right: -6px; width: 8px; height: 8px; border-top: 2px solid rgba(255,255,255,.3); border-right: 2px solid rgba(255,255,255,.3); transform: rotate(45deg); }
.tf-agents { perspective: 900px; }
.agent-ic { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(145deg, #33e2a6, #12b37e); border: none; color: #05271a; box-shadow: 0 14px 26px -10px rgba(46,216,154,.55); }
/* 컨테이너 고정 · 아이콘이 파이프라인을 따라 흐르듯 순차 펄스 */
.agent-ic svg, .agent-ic .ic { width: 24px; height: 24px; will-change: transform; animation: agentWave 2.4s ease-in-out infinite; }
.agent:nth-child(1) .agent-ic svg { animation-delay: 0s; }
.agent:nth-child(2) .agent-ic svg { animation-delay: .18s; }
.agent:nth-child(3) .agent-ic svg { animation-delay: .36s; }
.agent:nth-child(4) .agent-ic svg { animation-delay: .54s; }
.agent:nth-child(5) .agent-ic svg { animation-delay: .72s; }
.agent:nth-child(6) .agent-ic svg { animation-delay: .9s; }
@keyframes agentWave { 0%,100% { transform: scale(1); } 42% { transform: scale(1.22); } }
.agent b { font-size: 11.5px; font-weight: 700; color: #fff; line-height: 1.25; }
.agent small { font-size: 10px; color: rgba(255,255,255,.5); }
.consult-box { border-radius: 18px; background: #f5f7fa; padding: 26px 26px; align-self: center; }
.cb-hl { font-size: 18px; font-weight: 700; line-height: 1.5; color: var(--panel); margin: 0 0 18px; }
.cb-hl .g { color: #0a6f4b; font-weight: 800; }
.cb-p { font-size: 14.5px; color: #4a5568; line-height: 1.65; margin: 0; }
.cb-p strong { color: var(--panel); font-weight: 800; }

/* QA 팝업 */
.qa-modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
.qa-modal.open { display: flex; }
.qa-backdrop { position: absolute; inset: 0; background: rgba(6,9,26,.62); backdrop-filter: blur(4px); }
.qa-panel { position: relative; z-index: 1; width: 100%; max-width: 520px; background: #fff; border-radius: 20px; padding: 38px 34px 34px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.5); animation: qaPop .22s ease; }
@keyframes qaPop { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.qa-x { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 26px; line-height: 1; color: var(--ink-faint); cursor: pointer; }
.qa-panel .qa-q { color: var(--mint); }
.qa-modal-title { font-size: 21px; font-weight: 800; letter-spacing: -0.02em; margin: 10px 0 14px; color: var(--ink); line-height: 1.36; }
.qa-modal-body { font-size: 15.5px; color: var(--ink-soft); line-height: 1.72; margin: 0; }

/* ===== What we do — Features (문제→솔루션 카드 + 아이콘) ===== */
.feat-sec { background: linear-gradient(165deg, #eaedfe 0%, #dee4fb 100%); }
/* 다크 처리 */
.feat-sec.sec-dark { background: var(--panel-grad); }
.feat-sec.sec-dark .feat-head h2 { color: #fff; }
.feat-sec.sec-dark .feat-lead { color: rgba(255,255,255,.72); }
.feat-sec.sec-dark .feat-problem { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.74); }
.feat-head { margin-left: auto; margin-right: auto; text-align: center; }
.feat-head h2 .accent { color: var(--blue); }
.feat-head .feat-lead { max-width: 640px; margin: 14px auto 0; margin-left: auto; margin-right: auto; color: var(--ink-soft); font-size: clamp(15px, 1.6vw, 18px); font-weight: 600; line-height: 1.55; letter-spacing: -0.01em; text-align: center; }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 920px; margin: 0 auto; }
.feat-col { display: flex; flex-direction: column; align-items: center; }
.feat-problem { width: 100%; text-align: center; background: rgba(255,255,255,.55); border: 1px solid rgba(18,179,126,.12); border-radius: 16px; padding: 18px 22px; font-size: 15px; font-weight: 600; line-height: 1.5; color: var(--ink-soft); }
.fp-hl { color: var(--hero-mint); font-weight: 800; }
.feat-link { width: 2px; height: 26px; background: rgba(18,179,126,.22); }
.feat-card { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 34px 30px 28px; text-align: center; display: flex; flex-direction: column; align-items: center; box-shadow: 0 30px 60px -44px rgba(28,42,57,.5); transition: transform .28s ease, box-shadow .28s ease; }
.feat-card:hover { transform: translateY(-8px); box-shadow: 0 40px 72px -44px rgba(28,42,57,.55); }
.feat-chip { font-size: 12.5px; font-weight: 800; letter-spacing: .02em; color: var(--blue); background: rgba(18,179,126,.09); border: 1px solid rgba(18,179,126,.2); border-radius: 999px; padding: 6px 14px; }
.feat-ico { margin: 26px 0 22px; }
.feat-ico svg { width: 60px; height: 60px; display: block; overflow: visible; }
/* 컨테이너 고정 · 아이콘 내부 디테일 애니메이션 */
.fl-bar { transform-box: fill-box; transform-origin: left center; animation: flBar 2.2s ease-in-out infinite; }
.fl-bar:nth-child(2) { animation-delay: .22s; }
.fl-bar:nth-child(3) { animation-delay: .44s; }
@keyframes flBar { 0%,100% { transform: scaleX(1); } 50% { transform: scaleX(.6); } }
.fp-1, .fp-2 { transform-box: fill-box; transform-origin: center bottom; animation: fpBob 2.6s ease-in-out infinite; }
.fp-2 { animation-delay: .45s; }
@keyframes fpBob { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-1.5px) scale(1.06); } }
.feat-card h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.03em; margin: 0 0 10px; color: var(--ink); }
.feat-card p { font-size: 15px; color: var(--ink-soft); line-height: 1.62; margin: 0 0 20px; max-width: 340px; }
.feat-en { margin-top: auto; font-size: 12.5px; font-weight: 600; letter-spacing: .02em; color: var(--ink-faint); }
.feat-cta { text-align: center; margin-top: 44px; }

/* ===== What we do 하위 섹션 (SOLUTION 01/02) ===== */
.feat-sub { background: #f3f5fd; }
.feat-sub2 { background: #eaedfb; }
/* 다크 처리 */
.feat-sub.sec-dark { background: var(--panel-grad); }
.feat-sub.sec-dark .sub-title { color: #fff; }
.feat-sub.sec-dark .sub-lead { color: #fff; }
.feat-sub.sec-dark .sub-desc { color: rgba(255,255,255,.72); }
.feat-sub.sec-dark .sol-tab { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.82); }
.feat-sub.sec-dark .sol-tab:hover { color: #fff; border-color: rgba(255,255,255,.4); }
.feat-sub.sec-dark .sol-tab.is-active { background: var(--lime); border-color: var(--lime); color: var(--lime-ink); box-shadow: 0 14px 26px -14px rgba(46,216,154,.6); }
/* 솔루션 탭 */
.sol-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 34px; }
.sol-tab { font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink-soft); background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: 11px 24px; cursor: pointer; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
.sol-tab:hover { color: var(--blue); border-color: rgba(18,179,126,.4); }
.sol-tab.is-active { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 14px 26px -14px rgba(18,179,126,.7); }
/* 패널 스택: 두 탭이 같은 셀을 차지 → 전환해도 높이 변동 없음 */
.sol-panels { display: grid; }
.sol-panel { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity .32s ease; }
.sol-panel.is-active { opacity: 1; visibility: visible; }
/* 가운데 정렬 */
.sub-head { max-width: 860px; margin: 0 auto 40px; text-align: center; }
.feat-sub .feat-cta { text-align: center; margin-top: 32px; }
.feat-sub .consult-lead { text-align: center; }
.sub-num { font-size: 13px; font-weight: 800; letter-spacing: .06em; color: var(--mint); margin-bottom: 12px; }
.sub-title { font-size: clamp(24px, 2.8vw, 34px); font-weight: 800; letter-spacing: -0.03em; color: var(--ink); margin: 0 0 16px; text-wrap: balance; }
.sub-lead { font-size: clamp(19px, 2.1vw, 26px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.4; color: var(--ink); margin: 0 0 14px; text-wrap: balance; }
.sub-desc { font-size: 16px; color: var(--ink-soft); line-height: 1.6; margin: 0 auto; max-width: 640px; text-wrap: balance; }
.hl { background: var(--lime); color: #05271a; padding: 0 .14em; border-radius: 4px; font-weight: 800; -webkit-box-decoration-break: clone; box-decoration-break: clone; }

/* 플립 카드: 제목만 → more 클릭 시 색 반전 + 상세 */
.flip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: start; }
.flip-card { position: relative; overflow: hidden; min-height: 330px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 24px 22px; box-shadow: 0 20px 44px -40px rgba(28,42,57,.4); transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
/* 기본 상태 하단 그래픽 */
.fc-graphic { position: absolute; right: 20px; bottom: 18px; margin: 0; pointer-events: none; transition: opacity .3s ease; }
.fc-graphic svg { width: 80px; height: 80px; display: block; overflow: visible; }
.flip-card.is-open .fc-graphic { opacity: 0; }
/* 플립카드 클린 라인 아이콘 — 주제 의미에 맞춘 목적성 애니메이션 */
/* Why? → 물음표가 그려지고 점이 찍힘 (질문을 던지는 동작) */
.q-mark { stroke-dasharray: 30; stroke-dashoffset: 30; animation: qDraw 3.4s ease-in-out infinite; }
.q-dot { transform-box: fill-box; transform-origin: center; animation: qDot 3.4s ease-in-out infinite; }
@keyframes qDraw { 0% { stroke-dashoffset: 30; } 45% { stroke-dashoffset: 0; } 88% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: 0; opacity: 0; } }
@keyframes qDot { 0%,50% { opacity: 0; transform: scale(.2); } 60% { opacity: 1; transform: scale(1.2); } 70%,88% { opacity: 1; transform: scale(1); } 100% { opacity: 0; } }
/* So what? → 신호(도트)가 워크플로우 경로를 따라 흐름 */
.flow-dot { offset-path: path("M15 13 h6 a6 6 0 0 1 6 6 v10 a6 6 0 0 0 6 6 h1"); offset-rotate: 0deg; animation: flowMove 2.4s cubic-bezier(.6,0,.4,1) infinite; }
@keyframes flowMove { 0% { offset-distance: 0%; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } 100% { offset-distance: 100%; opacity: 0; } }
/* How? → 블록이 순차적으로 쌓이며 시스템을 구축 */
.blk { transform-box: fill-box; transform-origin: center; opacity: 0; animation: blkBuild 3.6s ease-in-out infinite; }
.blk2 { animation-delay: .4s; } .blk3 { animation-delay: .8s; }
@keyframes blkBuild { 0% { opacity: 0; transform: translateY(-7px) scale(.85); } 12% { opacity: 1; transform: none; } 82% { opacity: 1; transform: none; } 96%,100% { opacity: 0; transform: translateY(-4px); } }
/* What's different? → 두 원이 만나 겹침 (전문가+개발자 협업) */
.mg { transform-box: fill-box; transform-origin: center; }
.mg-a { animation: mgA 3s ease-in-out infinite; }
.mg-b { animation: mgB 3s ease-in-out infinite; }
@keyframes mgA { 0%,100% { transform: translateX(-4px); } 45%,60% { transform: translateX(2px); } }
@keyframes mgB { 0%,100% { transform: translateX(4px); } 45%,60% { transform: translateX(-2px); } }
.fc-q { font-size: 13px; font-weight: 800; color: var(--blue); transition: color .3s ease; }
.fc-title { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.44; color: var(--ink); margin: 0; transition: color .3s ease; }
.fc-more { order: 4; align-self: flex-start; margin-top: auto; font-family: inherit; font-size: 13.5px; font-weight: 700; color: #1a1f2b; background: var(--bg-2); border: none; padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: color .3s ease, background .3s ease; }
.fc-more:hover { color: var(--blue); }
.fc-body { opacity: 0; visibility: hidden; margin: 12px 0 0; font-size: 14px; line-height: 1.62; color: var(--ink-soft); transition: opacity .3s ease, color .3s ease; }
.flip-card.is-open { background: var(--blue); border-color: transparent; box-shadow: 0 30px 60px -30px rgba(18,179,126,.6); }
.flip-card.is-open .fc-q { color: var(--hero-mint); }
.flip-card.is-open .fc-title { color: #fff; }
.flip-card.is-open .fc-more { color: #fff; background: rgba(255,255,255,.2); }
.flip-card.is-open .fc-body { opacity: 1; visibility: visible; color: rgba(255,255,255,.9); }

/* 컨설팅 다이어그램 — 라이트 오버라이드 */
/* 다크 섹션에서는 기본(다크) 팀-플로우 스타일 사용. 컨설팅 성과 박스는 라이트 카드 유지 */
.consult-box { background: #f5f7fa; }
.cb-hl .accent { color: #0a6f4b; font-weight: 800; }
.feat-sub .feat-cta { margin-top: 32px; }

/* ===== SOOZOO Insights — 4개 카테고리 ===== */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-card { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 40px 24px 30px; min-height: 210px; box-shadow: 0 20px 40px -34px rgba(12,20,36,.4); transition: transform .25s, box-shadow .25s, border-color .25s; overflow: hidden; }
.cat-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--mint)); opacity: .85; }
.cat-card:hover { transform: translateY(-6px); box-shadow: 0 32px 56px -38px rgba(12,20,36,.5); border-color: var(--line-2); }
.cat-i { font-size: 12.5px; font-weight: 800; letter-spacing: .06em; color: var(--ink-faint); margin-bottom: 12px; }
.cat-card h4 { font-size: clamp(22px, 2.4vw, 28px); font-weight: 800; letter-spacing: -0.03em; margin: 0 0 8px; color: var(--ink); }
.cat-card p { font-size: 14px; color: var(--ink-soft); margin: 0 0 20px; }
.cat-soon { margin-top: auto; font-size: 12px; font-weight: 700; color: var(--ink-faint); display: inline-flex; align-items: center; gap: 7px; }
.cat-soon::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }

/* ===== Contact ===== */
.contact-wrap { max-width: 660px; margin: 0 auto; text-align: center; position: relative; }
.contact-wrap::before { content: ""; position: absolute; left: 50%; top: 46%; width: 560px; height: 560px; max-width: 120%; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(18,179,126,.14), rgba(18,179,126,.09) 46%, transparent 70%); filter: blur(46px); z-index: 0; pointer-events: none; }
.contact-wrap > * { position: relative; z-index: 1; }
.form-card { text-align: left; border: 1px solid var(--line); border-radius: 24px; background: #ffffff; padding: 36px; box-shadow: 0 30px 60px -44px rgba(12,20,36,.5); margin-top: 40px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.field label .req { color: var(--mint); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line-2); border-radius: 12px; font-size: 15.5px; font-family: inherit; outline: none; transition: border-color .2s, box-shadow .2s; background: #f7f7f7; color: var(--ink); }
.field select { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 42px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236d7578' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; }
.field input::placeholder, .field textarea::placeholder { color: #a2aab8; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(18,179,126,.14); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; max-width: 100%; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: 13px; color: var(--ink-faint); margin: 10px 0 0; text-align: center; }
.form-ok { display: none; text-align: center; padding: 20px 10px; }
.form-ok.show { display: block; }
.form-ok .ic { width: 44px; height: 44px; color: var(--mint); margin: 0 auto 12px; }

/* ===== Newsletter — 플로팅 버튼 + 모달 ===== */
.fab-stack { position: fixed; right: 26px; bottom: 26px; z-index: 120; display: flex; align-items: center; gap: 12px; }
@media (max-width: 560px) { .fab-stack { right: 16px; bottom: 16px; } }
.nl-fab { display: inline-flex; align-items: center; justify-content: center; height: 60px; padding: 0 24px 0 20px; border: none; border-radius: 999px; background: var(--lime); color: var(--lime-ink); cursor: pointer; font-family: inherit; box-shadow: 0 18px 40px -14px rgba(46,216,154,.7); transition: box-shadow .25s, transform .2s; }
.nl-fab:active { transform: scale(.97); }
/* 맨 위로 (아이콘만, 3번째 섹션부터 노출) */
.to-top { flex: 0 0 auto; width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; display: grid; place-items: center; box-shadow: 0 14px 30px -12px rgba(10,16,34,.4); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease, color .2s, border-color .2s; }
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top svg { width: 24px; height: 24px; }
.to-top:hover { color: var(--blue); border-color: rgba(18,179,126,.45); }
.nl-fab-ico { flex: 0 0 auto; display: grid; place-items: center; }
.nl-fab-ico svg { width: 26px; height: 26px; }
.nl-fab-label { white-space: nowrap; font-size: 15px; font-weight: 800; letter-spacing: -0.01em; margin-left: 9px; }
.nl-fab:hover { box-shadow: 0 22px 50px -12px rgba(46,216,154,.85); transform: translateY(-2px); }
.nl-modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
.nl-modal.open { display: flex; }
.nl-modal-backdrop { position: absolute; inset: 0; background: rgba(6,9,26,.62); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.nl-modal-panel { position: relative; z-index: 1; width: 100%; max-width: 480px; background: #fff; color: var(--ink); border-radius: 22px; padding: 34px 32px 30px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.5); animation: qaPop .22s ease; }
.nl-modal-x { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 26px; line-height: 1; color: var(--ink-faint); cursor: pointer; }
.nl-modal-head { margin-bottom: 22px; }
.nl-modal-title { font-size: 21px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 12px 0 8px; line-height: 1.32; }
.nl-modal-desc { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.nl-modal-panel .field label { color: var(--ink); }
.nl-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.nl-form .field { margin: 0; }
.nl-consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 20px; font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); cursor: pointer; }
.nl-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--mint); flex: none; }
.nl-consent a { color: var(--mint); font-weight: 700; text-decoration: underline; }
.nl-ok { display: none; text-align: center; padding: 26px 10px; }
.nl-ok.show { display: block; }
.nl-ok .ic { width: 44px; height: 44px; color: var(--mint); margin: 0 auto 12px; }
.nl-ok h3 { margin: 0 0 6px; font-weight: 800; color: var(--ink); }
.nl-ok p { margin: 0; color: var(--ink-soft); font-size: 14.5px; }

/* ===== Footer ===== */
.site-footer { border-top: 1px solid var(--line-2); padding: 56px 0 44px; background: #f4f6fc; }
.footer-mini { display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer-mini .brand { margin-bottom: 16px; }
.footer-mini p { font-size: 15px; color: var(--ink-soft); margin: 0; max-width: 520px; }
.footer-bottom { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); width: 100%; display: flex; justify-content: center; gap: 8px 20px; flex-wrap: wrap; font-size: 13px; color: var(--ink-faint); text-align: center; }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s cubic-bezier(.22,.61,.36,1), transform .6s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic { width: 24px; height: 24px; display: inline-block; flex: none; vertical-align: middle; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .glance-grid { grid-template-columns: repeat(2, 1fr); }
  .gc-exp, .gc-tech, .gc-pro, .gc-value, .gc-part { grid-column: auto; }
  .gc-exp, .gc-part { grid-column: span 2; }
}
@media (max-width: 960px) {
  .whowe-grid { grid-template-columns: 1fr; gap: 40px; }
  .orbit { max-width: 420px; }
  .wd-modes, .consult-card, .feat-grid { grid-template-columns: 1fr; }
  .consult-card .consult-box { border-left: none; border-top: 1px solid rgba(255,255,255,.14); padding: 24px 4px 6px; }
  .qa-grid, .cat-grid, .flip-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .nav-links.open { display: flex; position: absolute; top: 74px; left: 0; right: 0; transform: none; flex-direction: column; background: #fff; padding: 18px 24px; gap: 16px; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; margin-left: 10px; }
}
@media (max-width: 560px) {
  .glance-grid { grid-template-columns: 1fr; }
  .gc-exp, .gc-tech, .gc-pro, .gc-value, .gc-part { grid-column: auto; }
  .gc-stats { grid-template-columns: repeat(2, 1fr); }
  .qa-grid, .cat-grid, .flip-grid { grid-template-columns: 1fr; }
  .tf-agents { flex-wrap: wrap; gap: 14px 8px; }
  .agent { flex: 0 0 30%; }
  .agent:not(:last-child)::after { display: none; }
  .pf-item { width: 240px; }
  section.block { padding: 84px 0; }
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .pf-track, .orbit-spin, .orbit-node, .og-ripple, .gc-value, .fl-bar, .fp-1, .fp-2, .agent-ic svg, .pp-head, .ai-eye, .ai-ant, .tg-r1, .tg-r2, .doc-line, .pr-bar, .wc-ico svg, .gt-ico svg, .gp-ico svg, .q-mark, .q-dot, .flow-dot, .blk, .mg-a, .mg-b, .cl-line { animation: none; } .og-ripple.rp1 { opacity: .5; transform: translate(-50%, -50%) scale(1.4); } .on-inner, .collab-node { opacity: 1; transform: none; transition: none; } }

/* ===== Insight 게시판 (목록) ===== */
.ins-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 8px 0 40px; }
.ins-tab { border: 1px solid var(--line-2); background: #fff; color: var(--ink-soft); font-size: 14px; font-weight: 600; padding: 9px 20px; border-radius: 999px; cursor: pointer; transition: all .2s ease; }
.ins-tab:hover { border-color: var(--mint); color: var(--mint-ink); }
.ins-tab.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
#insight { display: block; min-height: auto; }   /* 플렉스/100vh 중앙정렬 완전 해제 → 콘텐츠 양과 무관하게 타이틀 위치 고정 */
.ins-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; min-height: 392px; align-content: start; }
.ins-empty { grid-column: 1 / -1; min-height: 392px; display: grid; place-items: center; text-align: center; color: var(--ink-faint); font-size: 15px; }
.ins-more-wrap { display: flex; justify-content: center; margin-top: 40px; min-height: 0; }
.ins-more { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line-2); background: #fff; color: var(--ink); font-size: 15px; font-weight: 700; padding: 13px 30px; border-radius: 999px; cursor: pointer; transition: all .2s ease; }
.ins-more:hover { border-color: var(--mint); color: var(--mint-ink); box-shadow: 0 10px 24px -16px rgba(15,158,108,.6); }
.ins-more .n { color: var(--ink-faint); font-weight: 600; }
.ins-card.ins-enter { animation: insRise .5s cubic-bezier(.2,.7,.2,1) both; }
@keyframes insRise { 0% { opacity: 0; transform: translateY(22px); } 100% { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .ins-card.ins-enter { animation: none; } }
.ins-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; text-decoration: none; color: inherit; box-shadow: 0 10px 30px -22px rgba(28,42,57,.4); transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s ease, border-color .28s ease; }
.ins-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -26px rgba(28,42,57,.5); border-color: var(--line-2); }
.ins-thumb { position: relative; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #eaf7f1, #dbeee6); overflow: hidden; }
.ins-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.ins-card:hover .ins-thumb img { transform: scale(1.05); }
.ins-thumb.no-img::after { content: "SOOZOO Insight"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--mint-ink); font-weight: 800; letter-spacing: .04em; opacity: .5; }
.ins-cat { position: absolute; top: 12px; left: 12px; background: rgba(10,16,34,.72); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.ins-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.ins-title { font-size: 18px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; margin: 0 0 8px; color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ins-excerpt { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 18px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ins-meta { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--ink-faint); }
.ins-author { font-weight: 600; color: var(--mint-ink); }
@media (max-width: 960px) { .ins-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 600px) { .ins-grid { grid-template-columns: 1fr; } }

/* ===== Insight 상세 페이지 ===== */
.post-page { max-width: 860px; margin: 0 auto; padding: 150px 24px 120px; }
.post-back { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-soft); font-size: 14px; font-weight: 600; text-decoration: none; margin-bottom: 28px; }
.post-back:hover { color: var(--mint); }
.post-cat { display: inline-block; background: #eef1f5; color: #5b6b82; font-size: 13px; font-weight: 800; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.post-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; line-height: 1.25; letter-spacing: -0.03em; color: var(--ink); margin: 0 0 16px; }
.post-meta { display: flex; gap: 16px; align-items: center; color: var(--ink-faint); font-size: 14px; padding-bottom: 26px; border-bottom: 1px solid var(--line); margin-bottom: 34px; }
.post-meta .a { font-weight: 700; color: #4a5563; }
.post-hero { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; border-radius: 18px; margin-bottom: 36px; background: linear-gradient(135deg, #eaf7f1, #dbeee6); }
/* 에디터(문단 margin 0 + 빈 줄로 간격)와 동일한 행간으로 렌더 */
.post-body { font-size: 17px; line-height: 1.6; color: #33404f; }
.post-body p { margin: 0; }
.post-body h1, .post-body h2, .post-body h3, .post-body h4 { margin: 0; line-height: 1.35; }
.post-body ol, .post-body ul { margin: 0; padding-left: 1.6em; }
.post-body strong { color: var(--ink); font-weight: 700; }
.post-body img { max-width: 100%; border-radius: 12px; }
.post-state { text-align: center; padding: 120px 0; color: var(--ink-faint); }

/* ===== 인사이트 상세 - 화이트 문서 톤 + 하단 배너/안내/모달 ===== */
body.insight-doc { background: #fff; }
body.insight-doc .site-footer { border-top: 1px solid var(--line); }

/* 하단 목록 버튼 */
.post-back-wrap { margin: 48px 0 0; text-align: center; }
.post-back-btn { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line-2); background: #fff; color: var(--ink-soft); font-size: 15px; font-weight: 700; text-decoration: none; padding: 13px 26px; border-radius: 999px; transition: all .2s ease; }
.post-back-btn:hover { border-color: var(--ink); color: var(--ink); }

/* 런칭 기념 프로모션 배너 */
.post-promo { margin-top: 56px; border: 1px solid #e6ebf3; border-radius: 20px; padding: 44px 32px 40px; text-align: center; background: linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%); }
.pp-title { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; letter-spacing: -0.02em; color: #2f56d0; margin: 0 0 26px; }
.pp-lead { font-size: clamp(19px, 2.2vw, 26px); font-weight: 800; letter-spacing: -0.03em; color: #1c2a39; margin: 0 0 22px; line-height: 1.3; }
.pp-desc { font-size: clamp(14px, 1.5vw, 17px); line-height: 1.75; color: #5b6b82; margin: 0 0 8px; }
.pp-desc strong { color: #1c2a39; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.pp-how { margin: 26px 0 30px; font-size: clamp(14px, 1.5vw, 16px); font-weight: 700; color: #3a4658; }
.pp-btn { border: 0; background: #2f56d0; color: #fff; font-size: 16px; font-weight: 700; padding: 15px 40px; border-radius: 999px; cursor: pointer; transition: all .18s ease; box-shadow: 0 14px 30px -14px rgba(47,86,208,.7); }
.pp-btn:hover { background: #274bc0; transform: translateY(-1px); }

/* 열람 및 배포 제한 안내 */
.post-notice { margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); color: #8b95a4; }
.post-notice h4 { font-size: 18px; font-weight: 800; color: #4a5563; margin: 0 0 16px; }
.post-notice p { font-size: 13.5px; line-height: 1.7; margin: 0 0 10px; }
.post-notice .pn-copy { margin-top: 18px; font-size: 13px; color: #aab3c0; letter-spacing: .01em; }

/* 문의 팝업 */
.cx-modal { position: fixed; inset: 0; z-index: 9000; display: none; align-items: center; justify-content: center; padding: 24px; }
.cx-modal.open { display: flex; }
.cx-backdrop { position: absolute; inset: 0; background: rgba(16,24,56,.5); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.cx-sheet { position: relative; z-index: 1; width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto; background: #fff; border-radius: 20px; padding: 34px 32px 32px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.5); }
.cx-close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; font-size: 26px; line-height: 1; color: var(--ink-faint); cursor: pointer; }
.cx-close:hover { color: var(--ink); }
.cx-title { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 6px; }
.cx-sub { font-size: 14px; color: var(--ink-soft); margin: 0 0 22px; }
.cx-ok { text-align: center; padding: 20px 0 12px; }
.cx-ok-ic { width: 84px; height: 84px; margin: 0 auto 22px; animation: cxPop .4s cubic-bezier(.2,.9,.3,1.3); }
.cx-ok-ic svg { width: 100%; height: 100%; display: block; }
.cx-ok-ic circle { fill: rgba(46,216,154,.14); stroke: var(--mint); stroke-width: 2.5; }
.cx-ok-ic path { fill: none; stroke: var(--mint); stroke-width: 4.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: cxCheck .45s .18s ease forwards; }
@keyframes cxPop { 0% { transform: scale(.5); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes cxCheck { to { stroke-dashoffset: 0; } }
.cx-ok h3 { font-size: 23px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 12px; }
.cx-ok p { color: var(--ink-soft); font-size: 15px; line-height: 1.65; margin: 0 0 26px; }
.cx-ok p b { color: var(--mint-ink); font-weight: 700; }
.cx-ok .btn { min-width: 128px; justify-content: center; }
@media (prefers-reduced-motion: reduce) { .cx-ok-ic, .cx-ok-ic path { animation: none; } .cx-ok-ic path { stroke-dashoffset: 0; } }

/* ===== 파일 첨부 드롭존 ===== */
.dropzone { position: relative; border: 1.5px dashed var(--line-2); border-radius: 12px; background: #f8fafc; padding: 22px 18px; text-align: center; cursor: pointer; transition: border-color .18s ease, background .18s ease; }
.dropzone:hover { border-color: var(--mint); background: #f3fbf7; }
.dropzone.is-over { border-color: var(--mint); background: #eafaf2; }
.dropzone.has-file { border-style: solid; border-color: var(--mint); background: #f3fbf7; }
.dropzone.dz-error { border-color: #d24b4b; background: #fdf2f2; }
.dropzone.dz-error.has-file { border-color: var(--mint); background: #f3fbf7; }
.dz-ic { width: 30px; height: 30px; display: block; margin: 0 auto 8px; color: var(--ink-faint); transition: color .18s ease; }
.dropzone:hover .dz-ic, .dropzone.is-over .dz-ic { color: var(--mint); }
.dz-empty p { font-size: 14px; color: var(--ink-soft); margin: 0 0 4px; }
.dz-empty p b { color: var(--mint-ink); font-weight: 700; }
.dz-empty .dz-hint { font-size: 12px; color: var(--ink-faint); }
/* 파일 선택 전/후 토글 (클래스 기반 → hidden 속성 충돌 제거) */
.dz-picked { display: none; align-items: center; justify-content: center; gap: 8px; }
.dropzone.has-file .dz-empty { display: none; }
.dropzone.has-file .dz-picked { display: flex; }
.dz-ic-sm { width: 18px; height: 18px; flex: none; color: var(--mint); }
.dz-picked .dz-name { font-size: 14px; font-weight: 600; color: var(--ink); word-break: break-all; }
/* 다크 히어로/문의 영역 대비용(문의 섹션은 밝은 카드라 기본으로 충분) */

/* 에디터로 작성된 본문은 항상 Pretendard로 표시(붙여넣기된 인라인 폰트 무시, 크기/색상은 유지) */
.post-body, .post-body * { font-family: "Pretendard", -apple-system, "Malgun Gothic", sans-serif !important; }
