/* Opt-in introduction only. All rules scoped; no global UI overrides. */
.ed-company-preview .ecp-company-overview { margin-top:28px; }
.ed-company-preview .ecp-company-overview h2 { font-size:17px; }
.ed-company-preview .ecp-company-overview .ecp-lead { margin-top:10px; }
.ed-company-preview .ecp-source { display:flex; flex-wrap:wrap; gap:6px 16px; margin-top:16px; font-size:11px; line-height:1.7; color:#596b71; overflow-wrap:anywhere; }
.ed-company-preview .ecp-source a { text-decoration:underline; text-underline-offset:3px; }
.ed-company-preview .ecp-source-new-window { white-space:nowrap; }
.ed-company-preview .ecp-guide-overview { padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #e2e9e6; }
.ed-company-preview { --ecp-ink:#142e36; --ecp-muted:#596b71; --ecp-green:#006f61; color:var(--ecp-ink); background:#fff; font-family:"Pretendard","Malgun Gothic",sans-serif; line-height:1.65; padding:92px 0 72px; }
.ed-company-preview *, .ed-company-preview *::before, .ed-company-preview *::after { box-sizing:border-box; }
.ed-company-preview .ecp-shell { width:min(1200px,calc(100% - 64px)); margin:0 auto; }
.ed-company-preview a { color:inherit; text-decoration:none; }
.ed-company-preview a:focus-visible { outline:3px solid #008875; outline-offset:5px; border-radius:4px; }
.ed-company-preview .ecp-breadcrumb { display:flex; flex-wrap:wrap; gap:12px; align-items:center; padding:30px 0; font-size:13px; color:#64747b; }
.ed-company-preview .ecp-breadcrumb a:hover { color:var(--ecp-green); text-decoration:underline; }
.ed-company-preview .ecp-breadcrumb [aria-current] { color:var(--ecp-ink); font-weight:600; }
.ed-company-preview .ecp-hero { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr); gap:60px; align-items:center; padding:28px 0 64px; }
.ed-company-preview .ecp-eyebrow { display:flex; flex-wrap:wrap; align-items:center; gap:10px; color:var(--ecp-green); font-size:14px; font-weight:700; letter-spacing:-.02em; margin-bottom:24px; }
.ed-company-preview .ecp-dot { width:7px; height:7px; border-radius:50%; background:#008875; }
.ed-company-preview .ecp-label { color:#53646a; background:#f0f4f3; padding:5px 10px; border-radius:5px; font-size:12px; font-weight:500; margin-left:5px; }
.ed-company-preview h1 { font-size:46px; line-height:1.3; letter-spacing:-.045em; font-weight:800; margin:0; overflow-wrap:anywhere; }
.ed-company-preview h1 > span { font-size:36px; color:#42616b; font-weight:500; }
.ed-company-preview .ecp-lead { margin-top:26px; max-width:590px; font-size:17px; line-height:1.95; color:var(--ecp-muted); word-break:keep-all; overflow-wrap:break-word; }
.ed-company-preview .ecp-hero-actions { display:flex; align-items:flex-start; flex-direction:column; gap:13px; margin-top:30px; }
.ed-company-preview .ecp-button { display:inline-flex; justify-content:center; align-items:center; gap:24px; min-height:52px; padding:13px 23px; border-radius:9px; font-size:15px; line-height:1.5; font-weight:700; transition:background .15s ease; }
.ed-company-preview .ecp-button-primary { background:#006f61; color:#fff; }
.ed-company-preview .ecp-button-primary:hover { background:#005649; }
.ed-company-preview .ecp-button > span { font-size:20px; font-weight:400; }
.ed-company-preview .ecp-small-note { font-size:12px; color:#66767b; }
.ed-company-preview .ecp-cover-stage { min-height:400px; border-radius:22px; background:#edf4f2; position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden; padding:32px 32px 50px; }
.ed-company-preview .ecp-orbit { position:absolute; width:330px; height:330px; border:1px solid #cddfd9; border-radius:50%; right:-130px; top:-160px; }
.ed-company-preview .ecp-orbit-two { width:410px; height:410px; top:auto; right:auto; left:-240px; bottom:-200px; }
.ed-company-preview .ecp-cover { position:relative; width:248px; min-height:312px; padding:24px 26px 20px 30px; background:#143b42; color:#fff; border-radius:3px 10px 10px 3px; border-left:6px solid #23515a; box-shadow:14px 19px 25px #143b4229; transform:rotate(-7deg); }
.ed-company-preview .ecp-cover::after { content:""; position:absolute; right:4px; top:4px; bottom:4px; width:3px; background:#ffffff12; border-radius:2px; }
.ed-company-preview .ecp-cover-top { display:flex; justify-content:space-between; align-items:flex-start; font-size:13px; font-weight:800; letter-spacing:.05em; }
.ed-company-preview .ecp-cover-top span:last-child { color:#afd6c8; font-size:8px; line-height:1.45; text-align:right; letter-spacing:.1em; }
.ed-company-preview .ecp-cover-title { margin-top:31px; font-size:26px; font-weight:700; line-height:1.4; letter-spacing:-.03em; }
.ed-company-preview .ecp-cover-subtitle { font-size:11px; margin-top:9px; color:#c9dfd7; }
.ed-company-preview .ecp-cover-art { height:61px; margin:22px 0 18px; display:flex; align-items:flex-end; gap:8px; }
.ed-company-preview .ecp-cover-art i { display:block; width:35px; height:25px; background:#b3dcca; border-radius:22px 22px 0 0; }
.ed-company-preview .ecp-cover-art i:nth-child(2) { height:38px; background:#91cbbb; }
.ed-company-preview .ecp-cover-art i:nth-child(3) { height:50px; background:#6db8a5; }
.ed-company-preview .ecp-cover-art i:nth-child(4) { height:61px; background:#499584; }
.ed-company-preview .ecp-cover-bottom { display:flex; justify-content:space-between; gap:10px; padding-top:14px; border-top:1px solid #ffffff30; font-size:9px; color:#d0e5de; }
.ed-company-preview .ecp-cover-caption { position:absolute; bottom:14px; font-size:11px; color:#596f69; }
.ed-company-preview .ecp-detail-layout { display:grid; grid-template-columns:minmax(0,1fr) 324px; gap:56px; border-top:1px solid #e2e9e6; padding-top:50px; align-items:start; }
.ed-company-preview .ecp-main-column { min-width:0; }
.ed-company-preview .ecp-contents { scroll-margin-top:125px; }
.ed-company-preview .ecp-section-heading { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.ed-company-preview .ecp-overline { font-size:10px; font-weight:700; letter-spacing:.15em; color:var(--ecp-green); margin:0 0 10px; }
.ed-company-preview h2 { font-size:27px; line-height:1.4; letter-spacing:-.035em; font-weight:700; }
.ed-company-preview .ecp-count { flex-shrink:0; padding:5px 11px; background:#edf5f1; border-radius:20px; color:var(--ecp-green); font-size:12px; font-weight:600; }
.ed-company-preview .ecp-section-description { font-size:15px; color:var(--ecp-muted); margin:15px 0 26px; line-height:1.8; word-break:keep-all; }
.ed-company-preview .ecp-chapter-heading { display:flex; flex-wrap:wrap; gap:14px; align-items:center; background:#f3f6f5; border:1px solid #e3ebe7; padding:16px 20px; border-radius:10px; }
.ed-company-preview .ecp-chapter-heading > span { font-size:10px; font-weight:700; letter-spacing:.08em; color:var(--ecp-green); }
.ed-company-preview .ecp-chapter-heading h3 { font-size:15px; font-weight:700; }
.ed-company-preview .ecp-toc { padding:0; margin:0; list-style:none; }
.ed-company-preview .ecp-toc-item { display:grid; grid-template-columns:38px minmax(0,1fr); gap:15px; padding:29px 6px; border-bottom:1px solid #e8eeeb; }
.ed-company-preview .ecp-toc-number { font-size:14px; color:#66877c; font-weight:500; padding-top:3px; font-variant-numeric:tabular-nums; }
.ed-company-preview .ecp-toc-copy h4 { font-size:20px; font-weight:700; letter-spacing:-.02em; }
.ed-company-preview .ecp-toc-copy > p { font-size:14px; color:var(--ecp-muted); margin-top:8px; line-height:1.85; word-break:keep-all; overflow-wrap:anywhere; }
.ed-company-preview .ecp-topics { display:flex; flex-wrap:wrap; gap:7px; padding:0; margin:13px 0 0; list-style:none; }
.ed-company-preview .ecp-topics li { font-size:12px; line-height:1.5; color:#4e6563; background:#f2f5f4; padding:5px 10px; border-radius:5px; }
.ed-company-preview .ecp-disclaimer { font-size:12px; color:#66767b; line-height:1.8; margin-top:18px; }
.ed-company-preview .ecp-side-column { position:sticky; top:125px; }
.ed-company-preview .ecp-access-card { border:1px solid #dce5e1; border-radius:16px; padding:26px; box-shadow:0 8px 28px #183a2e07; }
.ed-company-preview .ecp-access-card h2 { font-size:21px; }
.ed-company-preview .ecp-access-title { font-size:13px; line-height:1.8; color:var(--ecp-muted); margin:12px 0 22px; }
.ed-company-preview .ecp-facts { border-top:1px solid #e8eeeb; padding-top:17px; margin-bottom:23px; }
.ed-company-preview .ecp-facts > div { display:flex; align-items:baseline; justify-content:space-between; gap:12px; font-size:13px; margin-bottom:11px; }
.ed-company-preview .ecp-facts dt { color:#65756f; flex-shrink:0; }
.ed-company-preview .ecp-facts dd { text-align:right; font-weight:600; overflow-wrap:anywhere; }
.ed-company-preview .ecp-button-dark { width:100%; color:#fff; background:#173d42; gap:12px; font-size:14px; padding:13px 12px; }
.ed-company-preview .ecp-button-dark:hover { background:#0b282d; }
.ed-company-preview .ecp-access-secondary { display:block; text-align:center; padding:15px 0; font-size:13px; color:#516960; }
.ed-company-preview .ecp-access-secondary:hover { text-decoration:underline; }
.ed-company-preview .ecp-access-notice { display:flex; align-items:flex-start; gap:10px; background:#f5f7f6; border-radius:8px; padding:13px; }
.ed-company-preview .ecp-access-notice p { font-size:11px; color:#61716b; line-height:1.8; }
.ed-company-preview .ecp-lock { position:relative; flex:0 0 10px; height:9px; margin-top:7px; border:1.5px solid #61716b; border-radius:2px; }
.ed-company-preview .ecp-lock::before { content:""; position:absolute; width:6px; height:6px; border:1.5px solid #61716b; border-bottom:0; border-radius:5px 5px 0 0; left:.5px; top:-6px; }
.ed-company-preview .ecp-reading-note { display:flex; gap:22px; border-radius:14px; background:#edf4f1; padding:30px; margin-top:35px; }
.ed-company-preview .ecp-reading-mark { display:flex; flex:0 0 40px; align-items:center; justify-content:center; width:40px; height:40px; border:1px solid #bfd4ca; border-radius:50%; color:var(--ecp-green); font-size:24px; }
.ed-company-preview .ecp-reading-note h2 { font-size:23px; }
.ed-company-preview .ecp-reading-note p:last-child { font-size:14px; color:var(--ecp-muted); line-height:1.85; margin-top:13px; word-break:keep-all; }
.ed-company-preview .ecp-back-row { border-top:1px solid #e2e9e6; margin-top:48px; padding-top:25px; }
.ed-company-preview .ecp-back-row a { display:inline-flex; gap:14px; align-items:center; color:#3c6255; font-size:14px; font-weight:600; padding:6px 0; }
.ed-company-preview .ecp-back-row a:hover { text-decoration:underline; }
@media (max-width:1000px) {
  .ed-company-preview .ecp-hero { gap:30px; }
  .ed-company-preview h1 { font-size:37px; }
  .ed-company-preview h1 > span { font-size:28px; }
  .ed-company-preview .ecp-detail-layout { gap:28px; grid-template-columns:minmax(0,1fr) 285px; }
  .ed-company-preview .ecp-access-card { padding:22px; }
}
@media (max-width:760px) {
  .ed-company-preview .ecp-shell { width:calc(100% - 36px); }
  .ed-company-preview .ecp-breadcrumb { font-size:11px; padding:22px 0; gap:8px; }
  .ed-company-preview .ecp-hero { grid-template-columns:minmax(0,1fr); gap:32px; padding:15px 0 36px; }
  .ed-company-preview h1 { font-size:36px; }
  .ed-company-preview h1 > span { font-size:27px; }
  .ed-company-preview .ecp-lead { font-size:15px; margin-top:20px; }
  .ed-company-preview .ecp-eyebrow { margin-bottom:20px; }
  .ed-company-preview .ecp-cover-stage { min-height:360px; padding:28px 24px 45px; }
  .ed-company-preview .ecp-cover { transform:rotate(-5deg); width:230px; min-height:290px; }
  .ed-company-preview .ecp-detail-layout { grid-template-columns:minmax(0,1fr); padding-top:32px; gap:30px; }
  .ed-company-preview .ecp-side-column { position:static; }
  .ed-company-preview h2 { font-size:23px; }
  .ed-company-preview .ecp-toc-item { grid-template-columns:28px minmax(0,1fr); gap:10px; padding:25px 0; }
  .ed-company-preview .ecp-reading-note { padding:23px; gap:14px; }
  .ed-company-preview .ecp-reading-note h2 { font-size:20px; }
  .ed-company-preview .ecp-reading-mark { flex-basis:32px; width:32px; height:32px; font-size:20px; }
  .ed-company-preview .ecp-hero-actions { align-items:stretch; }
}
@media (prefers-reduced-motion:reduce) { .ed-company-preview .ecp-button { transition:none; } }
