@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&family=Playfair+Display:wght@700;900&display=swap');

/* 모바일 가로 스크롤/흔들림 방지 */
html, body { overflow-x:hidden; max-width:100%; }
* { box-sizing:border-box; }

/* ═══════════════════════════════════════════
   WELL SIGNAL — Professional Industry Report
   ═══════════════════════════════════════════ */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { font-size:16px; scroll-behavior:smooth; }
body { font-family:'Noto Sans KR',sans-serif; background:#f5f3ee; color:#1a1a1a; line-height:1.7; }
a { text-decoration:none; color:inherit; }
img { display:block; max-width:100%; }
.container { max-width:1240px; margin:0 auto; padding:0 24px; }

/* ── TICKER ── */
.ticker-wrap { background:#0d1a12; overflow:hidden; height:34px; display:flex; align-items:center; width:100%; }
.ticker-label { background:#22c55e; color:#0d1a12; font-size:10px; font-weight:900; letter-spacing:2px; padding:0 14px; height:100%; display:flex; align-items:center; white-space:nowrap; flex-shrink:0; z-index:2; }
.ticker-scroll { flex:1; overflow:hidden; position:relative; }
.ticker-track { display:flex; gap:60px; animation:ticker 60s linear infinite; white-space:nowrap; width:max-content; }
.ticker-track span { font-size:11px; color:#86efac; letter-spacing:.5px; }
.ticker-track strong { color:#4ade80; }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── TOP BAR ── */
.topbar { background:#0f1a0f; border-bottom:1px solid #1e3a1e; padding:10px 0; overflow:hidden; }
.topbar-inner { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.topbar-date { font-size:11px; color:#6b7280; letter-spacing:.5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.topbar-social { display:flex; gap:16px; flex-shrink:0; }
.topbar-social a { font-size:11px; color:#4ade80; letter-spacing:.5px; white-space:nowrap; }

/* ── HEADER ── */
.header { background:#0f1a0f; padding:0; position:sticky; top:0; z-index:200; box-shadow:0 2px 20px rgba(0,0,0,.4); }
.header-main { display:flex; justify-content:space-between; align-items:center; padding:16px 0 12px; border-bottom:1px solid #1e3a1e; gap:20px; }
.logo { display:flex; flex-direction:column; flex-shrink:0; }
.logo-mark { font-family:'Playfair Display',serif; font-size:26px; font-weight:900; color:#fff; letter-spacing:4px; line-height:1; }
.logo-mark span { color:#4ade80; }
.logo-sub { font-size:9px; letter-spacing:2px; color:#4b5563; margin-top:4px; text-transform:uppercase; }
.header-nav { display:flex; gap:24px; align-items:center; flex-shrink:0; }
.header-nav a { font-size:12px; color:#9ca3af; letter-spacing:.5px; text-transform:uppercase; transition:color .2s; font-weight:500; white-space:nowrap; }
.header-nav a:hover { color:#4ade80; }
.header-nav a.active { color:#4ade80; }
.btn-sub { background:#4ade80 !important; color:#0f1a0f !important; padding:8px 18px !important; font-weight:700 !important; border-radius:2px; letter-spacing:.5px !important; }
.header-cats { display:flex; gap:20px; padding:10px 0; overflow-x:auto; scrollbar-width:none; }
.header-cats::-webkit-scrollbar { display:none; }
.header-cats a { font-size:11px; color:#6b7280; letter-spacing:1px; text-transform:uppercase; white-space:nowrap; padding-bottom:8px; border-bottom:2px solid transparent; transition:all .2s; }
.header-cats a:hover, .header-cats a.active { color:#4ade80; border-bottom-color:#4ade80; }

/* ── SPONSOR BAR ── */
.sponsor-bar { background:#fffbeb; border-bottom:1px solid #fde68a; padding:9px 0; text-align:center; font-size:12px; color:#78350f; }
.sponsor-bar a { color:#b45309; font-weight:700; }
.sponsor-bar strong { color:#d97706; }

/* ── BREAKING HERO ── */
.hero { background:#0f1a0f; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 70% 50%, rgba(34,197,94,.08) 0%, transparent 70%); pointer-events:none; }
.hero-inner { display:grid; grid-template-columns:1fr 420px; gap:0; min-height:520px; }
.hero-main { padding:60px 50px 60px 0; display:flex; flex-direction:column; justify-content:center; border-right:1px solid #1e3a1e; }
.hero-eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:20px; }
.hero-live { background:#ef4444; color:#fff; font-size:9px; font-weight:900; letter-spacing:2px; padding:3px 8px; border-radius:2px; animation:pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.6} }
.hero-week { font-size:10px; letter-spacing:3px; color:#4b5563; text-transform:uppercase; }
.hero-title { font-family:'Playfair Display',serif; font-size:46px; font-weight:900; color:#fff; line-height:1.15; margin-bottom:20px; }
.hero-title em { color:#4ade80; font-style:normal; }
.hero-desc { font-size:15px; color:#9ca3af; line-height:1.8; margin-bottom:30px; max-width:560px; }
.hero-tags { display:flex; gap:8px; flex-wrap:wrap; }
.hero-tag { font-size:10px; letter-spacing:1.5px; color:#4ade80; border:1px solid #1e3a1e; padding:4px 12px; border-radius:20px; text-transform:uppercase; }
.hero-aside { padding:40px 0 40px 40px; display:flex; flex-direction:column; gap:0; }
.hero-aside-title { font-size:9px; letter-spacing:3px; color:#4b5563; text-transform:uppercase; padding-bottom:12px; border-bottom:1px solid #1e3a1e; margin-bottom:0; }
.hero-list-item { display:flex; flex-direction:column; gap:6px; padding:18px 0; border-bottom:1px solid #1a2e1a; cursor:pointer; }
.hero-list-item:hover .hli-title { color:#4ade80; }
.hli-cat { font-size:9px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#4ade80; }
.hli-title { font-size:14px; font-weight:700; color:#e2e8f0; line-height:1.4; transition:color .2s; }
.hli-meta { font-size:10px; color:#4b5563; }

/* ── STATS STRIP ── */
.stats-strip { background:#111d11; border-top:1px solid #1e3a1e; border-bottom:1px solid #1e3a1e; padding:20px 0; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.stat-item { text-align:center; padding:0 20px; border-right:1px solid #1e3a1e; }
.stat-item:last-child { border-right:none; }
.stat-num { display:block; font-family:'Playfair Display',serif; font-size:32px; font-weight:900; color:#4ade80; line-height:1; }
.stat-lbl { display:block; font-size:10px; letter-spacing:1.5px; color:#6b7280; margin-top:6px; text-transform:uppercase; }

/* ── MAIN LAYOUT ── */
.main-wrap { padding:50px 0 80px; }
.main-grid { display:grid; grid-template-columns:1fr 340px; gap:50px; }

/* ── SECTION HEADS ── */
.section-head { display:flex; align-items:center; gap:12px; margin-bottom:24px; padding-bottom:12px; border-bottom:2px solid #1a1a1a; }
.section-head-label { font-size:10px; letter-spacing:3px; color:#1a1a1a; font-weight:900; text-transform:uppercase; }
.section-head-line { flex:1; height:1px; background:#d1d5db; }
.section-head-num { font-size:10px; color:#9ca3af; }

/* ── LEAD ARTICLE (top card in feed) ── */
.lead-article { display:grid; grid-template-columns:1fr 1fr; gap:0; background:#fff; border:1px solid #e5e7eb; margin-bottom:24px; border-top:3px solid #1a1a1a; overflow:hidden; }
.lead-article:hover { box-shadow:0 8px 30px rgba(0,0,0,.08); }
.lead-img-wrap { overflow:hidden; }
.lead-img-wrap img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.lead-article:hover .lead-img-wrap img { transform:scale(1.03); }
.lead-body { padding:32px; display:flex; flex-direction:column; justify-content:space-between; }
.cat-badge { display:inline-block; font-size:9px; font-weight:900; letter-spacing:2px; text-transform:uppercase; padding:3px 10px; border-radius:1px; margin-bottom:14px; }
.lead-title { font-family:'Playfair Display',serif; font-size:24px; font-weight:700; color:#111; line-height:1.3; margin-bottom:14px; }
.lead-summary { font-size:13px; color:#6b7280; line-height:1.8; margin-bottom:20px; flex:1; }
.lead-insight { font-size:12px; color:#166534; background:#f0fdf4; padding:10px 14px; border-left:3px solid #22c55e; margin-bottom:16px; font-weight:600; }
.lead-meta { font-size:11px; color:#9ca3af; display:flex; gap:12px; }
.lead-meta span::before { content:''; }

/* ── ARTICLE CARDS GRID ── */
.articles-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.article-card { background:#fff; border:1px solid #e5e7eb; overflow:hidden; border-top:3px solid transparent; transition:all .2s; display:flex; flex-direction:column; }
.article-card:hover { border-top-color:#22c55e; box-shadow:0 6px 24px rgba(0,0,0,.08); transform:translateY(-2px); }
.ac-thumb { overflow:hidden; height:170px; }
.ac-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.article-card:hover .ac-thumb img { transform:scale(1.04); }
.ac-body { padding:20px; flex:1; display:flex; flex-direction:column; }
.ac-title { font-size:14px; font-weight:700; color:#111; line-height:1.45; margin:10px 0 8px; }
.ac-summary { font-size:12px; color:#6b7280; line-height:1.75; flex:1; margin-bottom:12px; }
.ac-insight { font-size:11px; color:#166534; background:#f0fdf4; padding:7px 10px; border-left:2px solid #22c55e; margin-bottom:12px; }
.ac-meta { font-size:10px; color:#9ca3af; display:flex; gap:10px; margin-top:auto; }

/* ── SIDEBAR ── */
.sidebar { display:flex; flex-direction:column; gap:24px; }
.sb-card { background:#fff; border:1px solid #e5e7eb; padding:24px; }
.sb-title { font-size:10px; letter-spacing:2.5px; color:#1a1a1a; font-weight:900; text-transform:uppercase; padding-bottom:14px; border-bottom:2px solid #1a1a1a; margin-bottom:18px; }

/* PRO card */
.sb-pro { background:#0f1a0f; border:none; }
.sb-pro .sb-title { color:#4ade80; border-color:#1e3a1e; }
.pro-price { margin:16px 0; }
.pro-price .amount { font-family:'Playfair Display',serif; font-size:36px; font-weight:900; color:#fff; }
.pro-price .period { font-size:12px; color:#6b7280; }
.pro-features { list-style:none; margin-bottom:20px; }
.pro-features li { font-size:13px; color:#d1d5db; padding:6px 0; border-bottom:1px solid #1e3a1e; display:flex; align-items:center; gap:8px; }
.pro-features li::before { content:'✓'; color:#4ade80; font-weight:900; font-size:11px; }
.btn-pro { display:block; background:#4ade80; color:#0f1a0f; text-align:center; padding:14px; font-weight:900; font-size:13px; letter-spacing:1px; border-radius:2px; }
.btn-pro:hover { background:#22c55e; }

/* regions */
.region-list { display:flex; flex-direction:column; gap:0; }
.region-item { display:flex; align-items:center; justify-content:space-between; padding:10px 0; border-bottom:1px solid #f3f4f6; font-size:13px; color:#374151; }
.region-item:last-child { border:none; }
.region-item:hover { color:#16a34a; }
.region-count { font-size:10px; color:#9ca3af; background:#f9fafb; padding:2px 8px; border-radius:10px; }

/* quote */
.sb-quote { background:#0f1a0f; border:none; }
.quote-text { font-family:'Playfair Display',serif; font-size:16px; color:#e2e8f0; line-height:1.7; margin-bottom:12px; font-style:italic; }
.quote-brand { font-size:10px; letter-spacing:2px; color:#4ade80; text-transform:uppercase; }

/* mini list */
.mini-list { display:flex; flex-direction:column; gap:0; }
.mini-item { display:grid; grid-template-columns:60px 1fr; gap:12px; align-items:center; padding:12px 0; border-bottom:1px solid #f3f4f6; }
.mini-item:last-child { border:none; }
.mini-img { width:60px; height:50px; object-fit:cover; border-radius:2px; flex-shrink:0; }
.mini-title { font-size:12px; font-weight:600; color:#1a1a1a; line-height:1.4; }
.mini-meta { font-size:10px; color:#9ca3af; margin-top:4px; }

/* affiliate */
.affiliate-strip { background:linear-gradient(135deg,#0f1a0f,#1a2e1a); border:1px solid #22c55e; padding:20px 24px; display:flex; align-items:center; gap:20px; margin:24px 0; border-radius:2px; }
.aff-badge { background:#22c55e; color:#0f1a0f; font-size:8px; font-weight:900; letter-spacing:2px; padding:4px 8px; border-radius:1px; white-space:nowrap; text-transform:uppercase; }
.aff-text { flex:1; }
.aff-text strong { color:#fff; font-size:14px; display:block; margin-bottom:3px; }
.aff-text span { color:#9ca3af; font-size:12px; }
.aff-btn { background:#4ade80; color:#0f1a0f; padding:10px 20px; font-weight:900; font-size:12px; border-radius:2px; white-space:nowrap; letter-spacing:.5px; }
.aff-btn:hover { background:#22c55e; }

/* ── SUBSCRIBE SECTION ── */
.subscribe-band { background:#0f1a0f; padding:70px 0; }
.sub-inner { max-width:580px; margin:0 auto; text-align:center; }
.sub-eyebrow { font-size:10px; letter-spacing:4px; color:#4ade80; text-transform:uppercase; margin-bottom:14px; display:block; }
.sub-title { font-family:'Playfair Display',serif; font-size:36px; color:#fff; font-weight:900; margin-bottom:14px; line-height:1.2; }
.sub-desc { font-size:14px; color:#9ca3af; line-height:1.8; margin-bottom:36px; }
.sub-form { display:flex; gap:0; max-width:480px; margin:0 auto; }
.sub-form input { flex:1; padding:15px 18px; background:#1e3a1e; border:1px solid #2d4d2d; border-right:none; color:#fff; font-size:14px; font-family:inherit; outline:none; }
.sub-form input::placeholder { color:#4b5563; }
.sub-form input:focus { border-color:#4ade80; }
.sub-form button { background:#4ade80; color:#0f1a0f; border:none; padding:15px 28px; font-weight:900; font-size:13px; cursor:pointer; font-family:inherit; letter-spacing:.5px; white-space:nowrap; }
.sub-form button:hover { background:#22c55e; }
.sub-note { font-size:11px; color:#4b5563; margin-top:14px; }
.sub-success { display:none; color:#4ade80; font-size:14px; font-weight:700; margin-top:16px; }

/* ── ARTICLE DETAIL ── */
.article-detail { padding:50px 0 80px; }
.detail-grid { display:grid; grid-template-columns:1fr 340px; gap:50px; }
.detail-main {}
.detail-hero { width:100%; height:380px; object-fit:cover; display:block; margin-bottom:32px; }
.detail-cats { display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.detail-title { font-family:'Playfair Display',serif; font-size:34px; font-weight:900; color:#111; line-height:1.25; margin-bottom:16px; }
.detail-meta { display:flex; gap:20px; font-size:12px; color:#9ca3af; padding:14px 0; border-top:1px solid #e5e7eb; border-bottom:1px solid #e5e7eb; margin-bottom:28px; }
.detail-summary { font-size:16px; color:#374151; line-height:1.85; padding:20px 24px; background:#f9fafb; border-left:4px solid #22c55e; margin-bottom:32px; font-weight:500; }
.detail-content p { font-size:15px; color:#374151; line-height:1.95; margin-bottom:22px; }
.insight-box { background:#0f1a0f; padding:28px 32px; margin:32px 0; border-radius:2px; }
.insight-label { font-size:9px; letter-spacing:3px; color:#4ade80; text-transform:uppercase; margin-bottom:10px; display:block; }
.insight-text { font-size:18px; color:#fff; font-weight:700; line-height:1.5; font-family:'Playfair Display',serif; }
.source-box { font-size:12px; color:#9ca3af; padding:14px 18px; background:#f9fafb; border:1px solid #e5e7eb; border-radius:2px; margin-top:24px; }
.source-box a { color:#16a34a; font-weight:600; }

.related-section { margin-top:50px; padding-top:30px; border-top:2px solid #1a1a1a; }
.related-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:20px; }
.related-card { background:#fff; border:1px solid #e5e7eb; overflow:hidden; border-top:3px solid transparent; transition:border-top-color .2s; }
.related-card:hover { border-top-color:#22c55e; }
.related-card img { width:100%; height:110px; object-fit:cover; }
.related-card-body { padding:14px; }
.related-title { font-size:13px; font-weight:700; color:#111; line-height:1.4; margin:8px 0 6px; }

/* ── SUBSCRIBE PAGE ── */
.subscribe-page { background:#0f1a0f; min-height:80vh; padding:80px 0; }
.subscribe-plans { display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:820px; margin:50px auto 60px; }
.plan-card { border-radius:4px; padding:40px; }
.plan-free { background:#1a2e1a; border:1px solid #2d4d2d; }
.plan-pro { background:#0a1208; border:2px solid #22c55e; }
.plan-tier { font-size:10px; letter-spacing:2px; font-weight:900; margin-bottom:12px; text-transform:uppercase; }
.plan-free .plan-tier { color:#4ade80; }
.plan-pro .plan-tier { color:#86efac; }
.plan-price-wrap { margin-bottom:24px; }
.plan-price { font-family:'Playfair Display',serif; font-size:42px; font-weight:900; color:#fff; }
.plan-per { font-size:13px; color:#6b7280; }
.plan-features { list-style:none; margin-bottom:28px; }
.plan-features li { font-size:13px; color:#d1d5db; padding:8px 0; border-bottom:1px solid #1e3a1e; display:flex; gap:10px; }
.plan-features li::before { content:'✓'; color:#4ade80; font-weight:900; flex-shrink:0; }
.plan-cta { display:block; text-align:center; padding:15px; font-weight:900; font-size:14px; letter-spacing:.5px; border-radius:2px; }
.plan-free .plan-cta { background:#4ade80; color:#0f1a0f; }
.plan-pro .plan-cta { background:#4ade80; color:#0f1a0f; }

/* ── FOOTER ── */
.footer { background:#080f08; border-top:1px solid #1e3a1e; padding:50px 0 30px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:40px; }
.footer-brand .logo-mark { font-size:22px; margin-bottom:10px; }
.footer-brand p { font-size:12px; color:#4b5563; line-height:1.8; max-width:240px; }
.footer-col h4 { font-size:10px; letter-spacing:2px; color:#4ade80; text-transform:uppercase; margin-bottom:16px; }
.footer-col a { display:block; font-size:12px; color:#4b5563; padding:4px 0; }
.footer-col a:hover { color:#4ade80; }
.footer-bottom { border-top:1px solid #1e3a1e; padding-top:24px; display:flex; justify-content:space-between; align-items:center; }
.footer-copy { font-size:11px; color:#374151; }
.footer-slogan { font-size:11px; color:#4ade80; font-style:italic; }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .hero-inner { grid-template-columns:1fr; }
  .hero-aside { display:none; }
  .main-grid, .detail-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media(max-width:768px) {
  .hero-title { font-size:28px; }
  .articles-grid { grid-template-columns:1fr; }
  .lead-article { grid-template-columns:1fr; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .related-grid { grid-template-columns:1fr; }
  .subscribe-plans { grid-template-columns:1fr; }
  /* header mobile */
  .header-wrap { padding:10px 16px; }
  .header-nav { gap:8px; }
  .header-nav a { font-size:10px; letter-spacing:0; }
  .header-nav a[href*="research"] { display:none; }
  .btn-sub { padding:6px 10px !important; font-size:10px !important; letter-spacing:0 !important; }
  .logo-mark { font-size:18px; letter-spacing:2px; }
  .logo-sub { display:none; }
  /* topbar mobile */
  .topbar-date { display:none; }
  .topbar-social { gap:12px; }
  /* footer */
  .footer-grid { grid-template-columns:1fr; }
  .detail-title { font-size:24px; }
  /* subscribe */
  .sub-form { flex-direction:column; }
  .sub-form input { border-right:1px solid #2d4d2d; border-bottom:none; }
  /* sponsor bar */
  .sponsor-bar { font-size:11px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
}

/* ── SIMPLE FOOTER ── */
.footer-bottom-simple { display:flex; flex-direction:column; align-items:center; gap:12px; padding:30px 0; text-align:center; }
.footer-brand-sm { font-family:'Playfair Display',serif; font-size:18px; font-weight:900; color:#4ade80; letter-spacing:3px; }
.footer-links-sm { display:flex; gap:20px; flex-wrap:wrap; justify-content:center; }
.footer-links-sm a { font-size:12px; color:#6b7280; }
.footer-links-sm a:hover { color:#4ade80; }
.footer-contact { color:#6b7280 !important; font-weight:500; }
.footer-copy-sm { font-size:11px; color:#374151; }
