/* ============================================================
 * LivePicksPro - Global Stylesheet
 * Naver Green (#03C75A) + Pretendard
 * ============================================================ */

:root {
  --green: #03C75A;
  --green-dark: #029A47;
  --green-light: #E8F8EE;
  --green-bg: #F0FBF4;
  --black: #1A1A1A;
  --gray-900: #2C2C2C;
  --gray-700: #555;
  --gray-500: #888;
  --gray-300: #DDD;
  --gray-200: #EEE;
  --gray-100: #F5F5F5;
  --gray-50: #FAFAFA;
  --white: #FFFFFF;
  --red: #F04452;
  --gold: #FFB800;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== Top Bar ===== */
.topbar {
  background: var(--gray-900);
  color: #BBB;
  font-size: 14px;
  padding: 9px 0;
}
.topbar-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.topbar a { 
  color: #DDD; 
  font-weight: 600;
  transition: color .2s; 
}
.topbar a:hover { color: var(--green); }
.topbar-right { display: flex; gap: 18px; }

/* ===== Header ===== */
.header {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  position: sticky; top: 0; z-index: 100;
}
.header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-size: 24px; font-weight: 800;
  letter-spacing: -0.03em;
  display: flex; align-items: center; gap: 6px;
}
.logo-mark {
  width: 32px; height: 32px;
  background: var(--green);
  border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  color: white; font-size: 18px; font-weight: 900;
}
.logo-text { color: var(--black); }
.logo-text .pro { color: var(--green); }

.nav { display: flex; gap: 32px; align-items: center; }
.nav a {
  font-size: 15px; font-weight: 600;
  color: var(--gray-700);
  padding: 8px 0;
  position: relative;
  transition: color .2s;
}
.nav a:hover { color: var(--green); }
.nav a.active { color: var(--green); }
.nav a.active::after {
  content: '';
  position: absolute; bottom: -25px; left: 0; right: 0;
  height: 3px; background: var(--green);
}

/* ===== 가입방법 드롭다운 (PC) ===== */
.nav-dropdown {
  position: relative;
}
.nav-dropdown .dropdown-toggle {
  font-size: 15px; font-weight: 600;
  color: var(--gray-700);
  padding: 8px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: color .2s;
}
.nav-dropdown .dropdown-toggle:hover { color: var(--green); }
.nav-dropdown .dropdown-toggle.active { color: var(--green); }
.nav-dropdown.active .dropdown-toggle::after {
  content: '';
  position: absolute; bottom: -25px; left: 0; right: 0;
  height: 3px; background: var(--green);
}
.nav-dropdown .dropdown-menu {
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: white;
  min-width: 220px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s, transform .15s, visibility .15s;
  z-index: 100;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
/* 드롭다운 호버 안전지대 (메뉴와 토글 사이 공백 hover 시 닫히지 않게) */
.nav-dropdown .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -10px; left: 0; right: 0;
  height: 10px;
}
.nav-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-700);
  border-radius: 8px;
  text-decoration: none;
  transition: all .15s;
}
.nav-dropdown .dropdown-item:hover {
  background: var(--green-bg);
  color: var(--green-dark);
}
.nav-dropdown .dropdown-item-all {
  background: var(--green);
  color: white !important;
  font-weight: 700;
  margin-bottom: 4px;
}
.nav-dropdown .dropdown-item-all:hover {
  background: var(--green-dark);
  color: white !important;
}
.nav-dropdown .dropdown-item-soon {
  color: var(--gray-500) !important;
  cursor: not-allowed;
  opacity: 0.7;
  justify-content: space-between;
}
.nav-dropdown .dropdown-item-soon:hover {
  background: var(--gray-50);
  color: var(--gray-500) !important;
}
.nav-dropdown .dd-pick { font-size: 13px; }
.nav-dropdown .dd-soon {
  font-size: 11px;
  color: var(--gray-400);
  font-weight: 500;
}

/* ===== 모바일 드로어 - 가입방법 아코디언 ===== */
.drawer-accordion {
  border-bottom: 1px solid var(--gray-100);
}
.drawer-accordion-toggle {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--gray-700);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drawer-accordion-toggle:hover { color: var(--green); }
.drawer-accordion.active .drawer-accordion-toggle { color: var(--green); }
.drawer-accordion .acc-arrow {
  transition: transform .2s;
}
.drawer-accordion.open .acc-arrow {
  transform: rotate(180deg);
}
.drawer-accordion-panel {
  max-height: 0;
  overflow: hidden;
  background: var(--gray-50);
  transition: max-height .25s ease;
}
.drawer-accordion.open .drawer-accordion-panel {
  max-height: 500px;
}
.drawer-accordion-panel .acc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px 11px 36px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-700);
  text-decoration: none;
  border-bottom: 1px solid var(--gray-100);
}
.drawer-accordion-panel .acc-item:last-child { border-bottom: none; }
.drawer-accordion-panel .acc-item:hover {
  background: var(--green-bg);
  color: var(--green-dark);
}
.drawer-accordion-panel .acc-item-all {
  background: var(--green);
  color: white !important;
  font-weight: 700;
}
.drawer-accordion-panel .acc-item-all:hover {
  background: var(--green-dark);
  color: white !important;
}
.drawer-accordion-panel .acc-item-soon {
  color: var(--gray-500) !important;
  cursor: not-allowed;
}
.drawer-accordion-panel .acc-soon {
  font-size: 11px;
  color: var(--gray-400);
  font-weight: 500;
}

.btn-tg {
  background: var(--green); color: white;
  padding: 12px 24px; border-radius: 10px;
  font-size: 15px; font-weight: 700;
  transition: background .2s;
}
.btn-tg:hover { background: var(--green-dark); }

/* ===== Hamburger Button (Mobile) ===== */
.hamburger {
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  align-items: center; justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--gray-900);
  border-radius: 2px;
  transition: all .25s;
}
.hamburger:hover { border-color: var(--green); }

/* ===== Mobile Drawer ===== */
.mobile-drawer {
  position: fixed; inset: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
}
.mobile-drawer.open {
  visibility: visible;
  pointer-events: auto;
}
.mobile-drawer-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity .25s;
}
.mobile-drawer.open .mobile-drawer-overlay {
  opacity: 1;
}
.mobile-drawer-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 85%; max-width: 320px;
  background: white;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: -8px 0 32px rgba(0,0,0,0.15);
}
.mobile-drawer.open .mobile-drawer-panel {
  transform: translateX(0);
}
.drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--gray-100);
}
.drawer-close {
  width: 36px; height: 36px;
  border: none; background: var(--gray-100);
  border-radius: 50%;
  font-size: 24px; line-height: 1;
  color: var(--gray-700);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.drawer-close:hover { background: var(--gray-200); }
.drawer-nav {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
}
.drawer-nav a {
  display: block;
  padding: 16px 18px;
  font-size: 16px; font-weight: 600;
  color: var(--gray-900);
  border-radius: 10px;
  margin-bottom: 4px;
  transition: all .15s;
}
.drawer-nav a:hover {
  background: var(--gray-100);
}
.drawer-nav a.active {
  background: var(--green-light);
  color: var(--green-dark);
}
.drawer-footer {
  padding: 20px;
  border-top: 1px solid var(--gray-100);
}

/* ===== Hero (메인) ===== */
.hero {
  background: linear-gradient(180deg, rgba(3,199,90,0.10) 0%, #FFFFFF 100%);
  padding: 80px 0 100px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(3,199,90,0.15), transparent 70%);
  border-radius: 50%;
}
.hero::after {
  content: '';
  position: absolute; bottom: -150px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(3,199,90,0.10), transparent 70%);
  border-radius: 50%;
}
.hero-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 60px;
  align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: white; border: 1px solid var(--green-light);
  padding: 8px 14px; border-radius: 100px;
  font-size: 13px; font-weight: 600; color: var(--green-dark);
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.hero-badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
.hero h1 {
  font-size: 52px; font-weight: 800;
  letter-spacing: -0.04em; line-height: 1.2;
  margin-bottom: 20px;
}
.hero h1 .accent { color: var(--green); }
.hero p.lead {
  font-size: 18px; color: var(--gray-700);
  margin-bottom: 32px; line-height: 1.7;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  background: var(--green); color: white;
  padding: 16px 28px; border-radius: 10px;
  font-size: 16px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
  border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-secondary {
  background: white; color: var(--black);
  padding: 16px 28px; border-radius: 10px;
  font-size: 16px; font-weight: 700;
  border: 1.5px solid var(--gray-300);
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s; cursor: pointer;
}
.btn-secondary:hover { border-color: var(--green); color: var(--green); }

/* Country card */
.country-card {
  background: white; border-radius: 20px; padding: 32px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
}
.country-card h3 {
  font-size: 18px; font-weight: 700; margin-bottom: 6px;
  display: flex; align-items: center; gap: 8px;
}
.country-card .sub { font-size: 13px; color: var(--gray-500); margin-bottom: 20px; }
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.country-btn {
  background: var(--gray-50);
  border: 1.5px solid var(--gray-200);
  border-radius: 12px;
  padding: 14px 8px;
  text-align: center; cursor: pointer;
  transition: all .2s;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.country-btn:hover {
  border-color: var(--green);
  background: var(--green-light);
  transform: translateY(-2px);
}
.country-btn .flag { font-size: 28px; }
.country-btn .name { font-size: 12px; font-weight: 600; color: var(--gray-700); }
.country-btn.popular { position: relative; }
.country-btn.popular::after {
  content: 'HOT';
  position: absolute; top: -6px; right: -6px;
  background: var(--red); color: white;
  font-size: 10px; font-weight: 800;
  padding: 2px 6px; border-radius: 4px;
}

/* ===== Sections ===== */
.section { padding: 80px 0; }
.section-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head .label {
  font-size: 13px; font-weight: 700; color: var(--green);
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px;
}
.section-head h2 {
  font-size: 36px; font-weight: 800;
  letter-spacing: -0.03em; margin-bottom: 12px;
}
.section-head p {
  font-size: 16px; color: var(--gray-700);
  max-width: 600px; margin: 0 auto;
}

/* ===== Partners ===== */
.partners-section { background: var(--gray-50); }
.partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.partner-card {
  background: white; border-radius: 16px;
  padding: 28px;
  border: 1px solid var(--gray-200);
  transition: all .25s;
  position: relative; overflow: hidden;
}
.partner-card:hover {
  transform: translateY(-4px);
  border-color: var(--green);
  box-shadow: var(--shadow-lg);
}
.partner-card .rank {
  position: absolute; top: 16px; right: 16px;
  font-size: 11px; font-weight: 800; color: var(--gray-500);
  background: var(--gray-100); padding: 4px 10px; border-radius: 100px;
}
.partner-card.recommended .rank { background: var(--green); color: white; }
.partner-card .logo-box {
  height: 56px;
  display: flex; align-items: center;
  font-size: 28px; font-weight: 900;
  letter-spacing: -0.03em; margin-bottom: 16px;
}
.partner-card.p-1xbet .logo-box { color: #1A6FB0; }
.partner-card.p-22bet .logo-box { color: #E10500; }
.partner-card.p-10bet .logo-box { color: #1F2C5C; }
.partner-card.p-betway .logo-box { color: #00A826; }
.partner-card.p-spin .logo-box { color: #6B2BA8; }
.partner-card.p-jackpot .logo-box { color: #D4145A; }

.partner-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.partner-card .desc { font-size: 14px; color: var(--gray-700); margin-bottom: 16px; line-height: 1.6; }
.partner-features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.feature-tag {
  font-size: 12px; font-weight: 600;
  background: var(--green-light); color: var(--green-dark);
  padding: 4px 10px; border-radius: 6px;
}
.partner-card .rating {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 16px; padding-bottom: 16px;
  border-bottom: 1px dashed var(--gray-200);
}
.partner-card .stars { color: var(--gold); font-size: 14px; }
.partner-card .score { font-weight: 700; font-size: 14px; }
.partner-card .score-label { font-size: 12px; color: var(--gray-500); }
.partner-card .btn-go {
  width: 100%;
  background: var(--black); color: white;
  padding: 12px; border-radius: 10px;
  font-size: 14px; font-weight: 700;
  text-align: center; display: block;
  transition: background .2s;
}
.partner-card .btn-go:hover { background: var(--green); }
.partner-card.recommended .btn-go { background: var(--green); }
.partner-card.recommended .btn-go:hover { background: var(--green-dark); }

/* ===== Boards (메인 게시판 미리보기) ===== */
.boards-section { background: white; }
.boards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.board-card {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 16px; padding: 24px;
  transition: all .2s;
}
.board-card:hover { border-color: var(--green); box-shadow: var(--shadow-md); }
.board-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; padding-bottom: 16px;
  border-bottom: 2px solid var(--gray-100);
}
.board-title {
  font-size: 17px; font-weight: 800;
  display: flex; align-items: center; gap: 8px;
}
.board-title .icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--green-light);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.board-more {
  font-size: 12px; color: var(--gray-500); font-weight: 600;
  display: flex; align-items: center; gap: 2px;
}
.board-more:hover { color: var(--green); }
.board-list { list-style: none; }
.board-list li {
  padding: 10px 0;
  border-bottom: 1px dashed var(--gray-100);
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
.board-list li:last-child { border-bottom: none; }
.board-list a {
  font-size: 14px; color: var(--gray-900); flex: 1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: color .15s;
}
.board-list a:hover { color: var(--green); }
.board-list .new-badge {
  font-size: 9px; font-weight: 800;
  background: var(--red); color: white;
  padding: 2px 5px; border-radius: 3px;
  margin-left: 6px; vertical-align: middle;
}
.board-list .date { font-size: 12px; color: var(--gray-500); flex-shrink: 0; }
.board-list .empty {
  text-align: center; padding: 40px 0;
  color: var(--gray-500); font-size: 14px;
}

/* ===== Why Section ===== */
.why-section { background: var(--black); color: white; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.why-card { text-align: center; }
.why-icon {
  width: 64px; height: 64px;
  background: var(--green); border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 28px; margin-bottom: 20px;
  transform: rotate(-4deg);
  transition: transform .25s;
}
.why-card:hover .why-icon { transform: rotate(0deg) scale(1.1); }
.why-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.why-card p { color: #BBB; font-size: 15px; line-height: 1.7; }
.why-section .section-head h2 { color: white; }
.why-section .section-head p { color: #BBB; }

/* ===== FAQ ===== */
.faq-section { background: var(--gray-50); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 12px; margin-bottom: 12px;
  overflow: hidden; transition: border-color .2s;
}
.faq-item:hover { border-color: var(--green); }
.faq-q {
  padding: 20px 24px;
  font-size: 16px; font-weight: 700;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; user-select: none;
}
.faq-q .q-mark {
  display: inline-block;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--green); color: white;
  font-weight: 800; font-size: 14px;
  line-height: 28px; text-align: center;
  margin-right: 14px; flex-shrink: 0;
}
.faq-q .arrow { width: 20px; height: 20px; transition: transform .2s; }
.faq-item.open .faq-q .arrow { transform: rotate(180deg); }
.faq-a {
  padding: 0 24px;
  max-height: 0; overflow: hidden;
  transition: max-height .3s, padding .3s;
  font-size: 15px; color: var(--gray-700); line-height: 1.8;
}
.faq-item.open .faq-a {
  max-height: 800px;
  padding: 0 24px 20px 66px;
}

/* ===== CTA Banner ===== */
.cta-section {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: white; text-align: center;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 50%);
}
.cta-inner { position: relative; z-index: 1; }
.cta-section h2 {
  font-size: 38px; font-weight: 800;
  letter-spacing: -0.03em; margin-bottom: 16px;
}
.cta-section p {
  font-size: 17px; margin-bottom: 28px; opacity: 0.95;
}
.cta-section .btn-primary {
  background: white; color: var(--green-dark);
  padding: 18px 36px; font-size: 17px;
}
.cta-section .btn-primary:hover { background: var(--gray-100); }

/* ===== Footer ===== */
.footer {
  background: #181818; color: #999;
  padding: 60px 0 30px; font-size: 14px;
}
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 40px;
  border-bottom: 1px solid #333;
}
.footer-brand .logo { color: white; margin-bottom: 16px; }
.footer-brand .logo-text { color: white; }
.footer-brand p { font-size: 13px; line-height: 1.7; color: #888; margin-bottom: 16px; }
.footer-col h5 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #999; font-size: 13px; transition: color .2s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom {
  padding-top: 30px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
  font-size: 12px; color: #666;
}
.responsible {
  background: rgba(240,68,82,0.1);
  border: 1px solid rgba(240,68,82,0.3);
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 24px;
  font-size: 13px;
  display: flex; align-items: center; gap: 12px;
}
.responsible .age {
  background: var(--red); color: white;
  font-weight: 800;
  padding: 4px 10px; border-radius: 4px;
  font-size: 13px; flex-shrink: 0;
}

/* ===== Board List Page ===== */
.breadcrumb { background: white; border-bottom: 1px solid var(--gray-200); padding: 14px 0; font-size: 13px; color: var(--gray-500); }
.breadcrumb-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb .sep { margin: 0 8px; color: var(--gray-300); }
.breadcrumb .current { color: var(--gray-900); font-weight: 600; }

.page-title-wrap {
  background: linear-gradient(135deg, var(--green-bg) 0%, white 100%);
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--gray-200);
}
.page-title-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 20px; }
.page-title-icon {
  width: 64px; height: 64px;
  background: white; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
  box-shadow: 0 4px 16px rgba(3,199,90,0.15);
  border: 2px solid var(--green-light);
}
.page-title h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 4px; }
.page-title .desc { font-size: 14px; color: var(--gray-500); }

.container { max-width: 1280px; margin: 0 auto; padding: 32px 24px 80px; }
.layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }

.sidebar { position: sticky; top: 100px; align-self: start; }
.sidebar h4 { font-size: 12px; font-weight: 800; color: var(--gray-500); letter-spacing: 0.1em; margin-bottom: 12px; }
.cat-list { background: white; border-radius: 12px; padding: 8px; border: 1px solid var(--gray-200); list-style: none; }
.cat-list li a {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; border-radius: 8px;
  font-size: 14px; font-weight: 600;
  color: var(--gray-700);
  transition: all .15s;
}
.cat-list li a:hover { background: var(--gray-100); color: var(--black); }
.cat-list li.active a { background: var(--green-light); color: var(--green-dark); }
.cat-list .cat-icon { font-size: 16px; }
.cat-list .count { margin-left: auto; font-size: 11px; color: var(--gray-500); background: var(--gray-100); padding: 2px 8px; border-radius: 100px; }
.cat-list li.active .count { background: white; color: var(--green-dark); }

.main { min-width: 0; }
.list-stats { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding: 0 4px; }
.list-stats .count { font-size: 14px; color: var(--gray-700); }
.list-stats .count strong { color: var(--green); font-weight: 800; }

.post-list { background: white; border-radius: 16px; border: 1px solid var(--gray-200); overflow: hidden; }
.post-item {
  display: grid; grid-template-columns: 80px 1fr auto;
  gap: 20px; padding: 20px 24px;
  border-bottom: 1px solid var(--gray-100);
  align-items: center;
  transition: background .15s;
}
.post-item:hover { background: var(--gray-50); }
.post-item:last-child { border-bottom: none; }
.post-thumb {
  width: 80px; height: 80px;
  border-radius: 10px;
  background: var(--green-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; flex-shrink: 0;
}
.post-thumb.bg1 { background: linear-gradient(135deg, #E8F8EE, #D4F1DD); }
.post-thumb.bg2 { background: linear-gradient(135deg, #FFF4D6, #FFE9A8); }
.post-thumb.bg3 { background: linear-gradient(135deg, #FFE3E3, #FFCFCF); }
.post-thumb.bg4 { background: linear-gradient(135deg, #E0EAFF, #C5D4FF); }
.post-thumb.bg5 { background: linear-gradient(135deg, #F3E5FF, #E5CFFF); }

.post-content { min-width: 0; }
.post-content .meta { display: flex; gap: 8px; align-items: center; margin-bottom: 6px; flex-wrap: wrap; }
.post-content .badge { font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; background: var(--green-light); color: var(--green-dark); }
.post-content .badge.hot { background: #FFE5E5; color: var(--red); }
.post-content .badge.new { background: #FFF4D6; color: #B07900; }
.post-content .badge.pin { background: #E0EAFF; color: #2C4FBF; }
.post-content .meta-text { font-size: 12px; color: var(--gray-500); }
.post-content h4 {
  font-size: 16px; font-weight: 700;
  margin-bottom: 6px; line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.post-item:hover h4 { color: var(--green); }
.post-content .excerpt {
  font-size: 13px; color: var(--gray-700);
  line-height: 1.5;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.post-stats { display: flex; flex-direction: column; gap: 6px; align-items: flex-end; flex-shrink: 0; }
.post-stats .date { font-size: 12px; color: var(--gray-500); font-weight: 600; }
.post-stats .views { font-size: 11px; color: var(--gray-500); display: flex; align-items: center; gap: 3px; }

.empty-board {
  text-align: center; padding: 80px 24px;
  color: var(--gray-500);
}
.empty-board .em-icon { font-size: 48px; margin-bottom: 16px; }
.empty-board h3 { font-size: 18px; color: var(--gray-700); margin-bottom: 8px; }

/* Pagination */
.pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 32px; flex-wrap: wrap; }
.pagination a, .pagination span.curr {
  min-width: 40px; height: 40px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--gray-200);
  font-size: 14px; font-weight: 600;
  color: var(--gray-700);
  display: flex; align-items: center; justify-content: center;
  transition: all .15s;
  padding: 0 12px;
}
.pagination a:hover { border-color: var(--green); color: var(--green); }
.pagination .curr { background: var(--green); color: white; border-color: var(--green); }
.pagination .nav-btn { padding: 0 14px; }

/* ===== Article (post.php) ===== */
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; }
.article {
  background: white; border-radius: 16px;
  border: 1px solid var(--gray-200);
  padding: 48px; min-width: 0;
}
.article-cat {
  display: inline-block;
  background: var(--green-light); color: var(--green-dark);
  font-size: 12px; font-weight: 700;
  padding: 6px 14px; border-radius: 6px;
  margin-bottom: 16px;
}
.article h1 {
  font-size: 32px; font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.4;
  margin-bottom: 20px;
}
.article-meta {
  display: flex; align-items: center; gap: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: 32px;
  font-size: 13px; color: var(--gray-500);
  flex-wrap: wrap;
}
.author { display: flex; align-items: center; gap: 10px; }
.author-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--green); color: white;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px;
}
.author-info { display: flex; flex-direction: column; }
.author-name { font-weight: 700; color: var(--gray-900); font-size: 13px; }
.author-role { font-size: 11px; color: var(--gray-500); }
.meta-stats { display: flex; gap: 16px; margin-left: auto; }
.meta-stats span { display: flex; align-items: center; gap: 4px; }

.article-cover {
  width: 100%; height: 320px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  border-radius: 12px;
  margin-bottom: 32px;
  display: flex; align-items: center; justify-content: center;
  font-size: 120px; color: white;
  position: relative; overflow: hidden;
}
.article-body {
  font-size: 17px; color: var(--gray-900); line-height: 1.85;
}
.article-body p { margin-bottom: 16px; }
.article-body h2 {
  font-size: 24px; font-weight: 800;
  letter-spacing: -0.02em;
  margin: 48px 0 16px;
  padding-left: 14px;
  border-left: 4px solid var(--green);
  line-height: 1.4;
}
.article-body h3 { font-size: 19px; font-weight: 700; margin: 32px 0 12px; }
.article-body strong { color: var(--green-dark); font-weight: 700; }
.article-body ul, .article-body ol { margin: 16px 0 16px 24px; }
.article-body li { margin-bottom: 8px; }
.article-body a { color: var(--green-dark); text-decoration: underline; }
.article-body img { margin: 24px 0; border-radius: 12px; max-width: 100%; height: auto; }
.article-body blockquote {
  border-left: 4px solid var(--green);
  background: var(--green-bg);
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
  color: var(--gray-700);
  font-style: italic;
}

.article-actions {
  display: flex; align-items: center; justify-content: space-between;
  margin: 24px 0; padding: 16px 0;
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  flex-wrap: wrap; gap: 12px;
}
.share-btns { display: flex; gap: 8px; }
.share-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--gray-100);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; cursor: pointer;
  transition: all .15s;
  border: none;
}
.share-btn:hover { background: var(--green-light); }

.post-nav {
  margin-top: 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.post-nav a {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 12px; padding: 18px;
  transition: all .15s;
}
.post-nav a:hover { border-color: var(--green); }
.post-nav .label {
  font-size: 11px; font-weight: 700; color: var(--green);
  letter-spacing: 0.1em; margin-bottom: 6px; display: block;
}
.post-nav .title {
  font-size: 14px; font-weight: 600; color: var(--gray-900);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.post-nav .next { text-align: right; }
.post-nav .disabled { opacity: 0.4; pointer-events: none; }

/* Sidebar widgets */
.widgets { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 100px; align-self: start; }
.widget {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 16px; padding: 24px;
}
.widget h4 {
  font-size: 14px; font-weight: 800;
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.hot-list { list-style: none; }
.hot-list li {
  padding: 12px 0;
  border-bottom: 1px dashed var(--gray-100);
}
.hot-list li:last-child { border-bottom: none; }
.hot-list a { display: flex; align-items: flex-start; gap: 10px; }
.hot-list .rank {
  font-size: 14px; font-weight: 800;
  color: var(--green);
  min-width: 18px; flex-shrink: 0;
}
.hot-list .rank.top { color: var(--red); }
.hot-list .text {
  font-size: 13px; color: var(--gray-900); line-height: 1.5; flex: 1;
}
.hot-list a:hover .text { color: var(--green); }

.sponsor-widget {
  background: linear-gradient(135deg, var(--gray-900) 0%, #000 100%);
  border-radius: 16px; padding: 24px;
  color: white;
  position: relative; overflow: hidden;
}
.sponsor-widget::before {
  content: '';
  position: absolute; top: -40px; right: -40px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(3,199,90,0.4), transparent 70%);
  border-radius: 50%;
}
.sponsor-widget .sp-label {
  font-size: 10px; font-weight: 700;
  background: rgba(255,255,255,0.15);
  padding: 4px 8px; border-radius: 4px;
  letter-spacing: 0.1em; display: inline-block;
  margin-bottom: 14px; position: relative;
}
.sponsor-widget .sp-logo {
  font-size: 24px; font-weight: 900;
  margin-bottom: 6px; letter-spacing: -0.03em;
  color: var(--green); position: relative;
}
.sponsor-widget h5 { font-size: 16px; margin-bottom: 8px; font-weight: 700; position: relative; }
.sponsor-widget p { font-size: 13px; color: #BBB; line-height: 1.6; margin-bottom: 14px; position: relative; }
.sp-bonus {
  background: var(--green); color: white;
  padding: 12px; border-radius: 10px;
  text-align: center; font-size: 14px; font-weight: 800;
  margin-bottom: 12px; position: relative;
}
.sp-bonus .amt { font-size: 22px; display: block; margin: 4px 0; }
.sp-cta {
  background: white; color: var(--black);
  display: block; text-align: center;
  padding: 14px; border-radius: 10px;
  font-size: 14px; font-weight: 800;
  position: relative;
  transition: transform .15s;
}
.sp-cta:hover { transform: scale(1.03); }

/* ===== Static Page (bonus/glossary/faq) ===== */
.static-content {
  max-width: 900px; margin: 0 auto;
  background: white; border-radius: 16px;
  border: 1px solid var(--gray-200);
  padding: 48px;
  font-size: 16px; line-height: 1.85;
}
.static-content h2 {
  font-size: 24px; font-weight: 800;
  letter-spacing: -0.02em;
  margin: 36px 0 14px;
  padding-left: 14px;
  border-left: 4px solid var(--green);
}
.static-content h2:first-child { margin-top: 0; }
.static-content h3 { font-size: 18px; font-weight: 700; margin: 24px 0 10px; }
.static-content p { margin-bottom: 14px; color: var(--gray-900); }
.static-content ul, .static-content ol { margin: 12px 0 12px 24px; }
.static-content li { margin-bottom: 6px; }
.static-content strong { color: var(--green-dark); font-weight: 700; }
.static-content table {
  width: 100%; border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
.static-content th, .static-content td {
  padding: 12px 14px;
  border: 1px solid var(--gray-200);
  text-align: left;
}
.static-content th {
  background: var(--green-light);
  color: var(--green-dark);
  font-weight: 700;
}
.static-content tr:nth-child(even) { background: var(--gray-50); }

.glossary-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 14px; margin-top: 20px;
}
.glossary-item {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 16px;
  transition: border-color .15s;
}
.glossary-item:hover { border-color: var(--green); }
.glossary-item .term {
  font-weight: 800; color: var(--green-dark);
  font-size: 15px; margin-bottom: 6px;
}
.glossary-item .def {
  font-size: 13px; color: var(--gray-700); line-height: 1.5;
}

.bonus-table { width: 100%; border-collapse: separate; border-spacing: 0 8px; margin-top: 16px; }
.bonus-table thead th {
  background: var(--green); color: white; font-weight: 700;
  padding: 14px; font-size: 13px; text-align: left;
}
.bonus-table thead th:first-child { border-radius: 8px 0 0 8px; }
.bonus-table thead th:last-child { border-radius: 0 8px 8px 0; }
.bonus-table tbody td {
  background: white;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  padding: 14px; font-size: 14px;
}
.bonus-table tbody td:first-child { border-left: 1px solid var(--gray-200); border-radius: 8px 0 0 8px; }
.bonus-table tbody td:last-child { border-right: 1px solid var(--gray-200); border-radius: 0 8px 8px 0; }
.bonus-cta {
  background: var(--green); color: white;
  padding: 8px 14px; border-radius: 6px;
  font-size: 12px; font-weight: 700; display: inline-block;
}
.bonus-cta:hover { background: var(--green-dark); }

/* ============================================================
   가이드 페이지 (가입 방법) - /guide/*
   ============================================================ */

/* 메인 가이드 - intro */
.guide-intro {
  background: var(--green-bg);
  border-left: 4px solid var(--green);
  padding: 20px 24px;
  border-radius: 8px;
  margin-bottom: 32px;
}
.guide-intro h2 { margin-top: 0; }
.guide-intro p { margin-bottom: 0; }

/* 메인 가이드 - 6개 사이트 카드 그리드 */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0;
}
.guide-card {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  transition: all .2s;
  display: flex;
  flex-direction: column;
}
.guide-card:hover {
  border-color: var(--green);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.guide-card .card-rank {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--green);
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 0.05em;
}
.guide-card .card-rank-num {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--gray-100);
  color: var(--gray-700);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
}
.guide-card .card-logo {
  font-size: 28px;
  font-weight: 900;
  margin: 8px 0 16px;
  letter-spacing: -0.02em;
}
.guide-card h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: var(--black);
}
.guide-card .card-desc {
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.5;
  margin-bottom: 14px;
}
.guide-card .card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.guide-card .card-features .feature-tag {
  background: var(--green-bg);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
}
.guide-card .card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  border-top: 1px dashed var(--gray-200);
  border-bottom: 1px dashed var(--gray-200);
  margin-bottom: 14px;
}
.guide-card .card-rating .stars { color: #FFB800; font-size: 13px; }
.guide-card .card-rating .score { font-weight: 800; font-size: 16px; }
.guide-card .card-rating .score-label { color: var(--gray-500); font-size: 12px; }
.guide-card .card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.btn-guide {
  flex: 1;
  background: var(--green);
  color: white !important;
  text-align: center;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.btn-guide:hover { background: var(--green-dark); }
.btn-guide-soon {
  background: var(--gray-300) !important;
  color: var(--gray-700) !important;
  cursor: not-allowed;
}
.btn-go-small {
  flex: 1;
  background: var(--black);
  color: white !important;
  text-align: center;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.btn-go-small:hover { background: var(--gray-900); }

/* 메인 가이드 - 안내 / 팁 섹션 */
.guide-notice {
  background: var(--gray-50);
  border-radius: 12px;
  padding: 28px;
  margin: 40px 0 24px;
}
.notice-box {
  display: flex;
  gap: 14px;
  background: white;
  border-left: 4px solid var(--blue);
  padding: 16px 20px;
  border-radius: 8px;
  margin-top: 16px;
}
.notice-box .notice-icon { font-size: 24px; flex-shrink: 0; }
.notice-box .notice-text { font-size: 13px; line-height: 1.6; }
.notice-box-purple {
  display: flex;
  gap: 14px;
  background: #F4F0FF;
  border-left: 4px solid #6B2BA8;
  padding: 16px 20px;
  border-radius: 8px;
  margin: 24px 0;
}
.notice-box-purple .notice-icon { font-size: 24px; flex-shrink: 0; }
.notice-box-purple .notice-text { font-size: 13px; line-height: 1.6; }

.guide-tips {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 28px;
  margin-top: 24px;
}
.guide-tips h2 { margin-top: 0; }
.check-list { list-style: none; padding-left: 0; }
.check-list li {
  padding: 10px 0 10px 32px;
  border-bottom: 1px dashed var(--gray-100);
  position: relative;
  font-size: 14px;
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  width: 22px; height: 22px;
  background: var(--green);
  color: white;
  font-weight: 800;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: 11px;
}
.tip-extra {
  margin-top: 16px;
  padding: 12px 16px;
  background: var(--green-bg);
  border-radius: 8px;
  font-size: 13px;
}

/* ============================================================
   사이트별 상세 페이지 (/guide/1xbet/ 등)
   ============================================================ */

/* 페이지 상단 히어로 */
.guide-hero {
  background: white;
  border: 2px solid;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 32px;
  position: relative;
}
.guide-hero-logo {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.guide-hero h1 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.guide-hero .lead {
  color: var(--gray-700);
  font-size: 14px;
  margin-bottom: 16px;
}
.guide-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.guide-rating .stars { color: #FFB800; }
.guide-rating .score { font-weight: 800; font-size: 18px; }
.guide-rating .score-label { color: var(--gray-500); font-size: 13px; margin-right: 16px; }
.guide-rating .updated {
  font-size: 12px;
  color: var(--gray-500);
  background: var(--gray-100);
  padding: 4px 10px;
  border-radius: 100px;
}
.btn-cta-big {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 28px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* 목차 */
.guide-toc {
  background: var(--gray-50);
  border-radius: 12px;
  padding: 20px 28px;
  margin-bottom: 32px;
  border-left: 4px solid var(--green);
}
.guide-toc h3 { margin: 0 0 12px; font-size: 14px; }
.guide-toc ol {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  counter-reset: toc;
}
.guide-toc ol li {
  counter-increment: toc;
  padding: 6px 0;
  font-size: 13px;
}
.guide-toc ol li::before {
  content: counter(toc);
  display: inline-block;
  width: 22px; height: 22px;
  background: var(--green);
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 8px;
}
.guide-toc a {
  color: var(--gray-700);
  text-decoration: none;
  font-weight: 600;
}
.guide-toc a:hover { color: var(--green); }

/* 단계별 요약 박스 */
.guide-step-summary {
  background: var(--green-bg);
  padding: 14px 20px;
  border-radius: 8px;
  border-left: 3px solid var(--green);
  font-size: 14px;
  margin: 16px 0 20px;
}

/* 정보 테이블 */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
.info-table thead th {
  background: var(--green);
  color: white;
  padding: 12px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
}
.info-table tbody td {
  padding: 12px;
  border-bottom: 1px solid var(--gray-100);
  vertical-align: top;
}
.info-table tbody tr:hover { background: var(--gray-50); }
.info-table tbody tr:last-child td { border-bottom: none; }
.info-table code {
  background: var(--gray-100);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}

/* 단계 리스트 */
.step-list {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
}
.step-list > li {
  counter-increment: step;
  padding: 12px 0 12px 44px;
  position: relative;
  border-bottom: 1px dashed var(--gray-100);
  font-size: 14px;
  line-height: 1.6;
}
.step-list > li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 12px;
  width: 30px;
  height: 30px;
  background: var(--green);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
}
.step-list ul { margin-top: 8px; }

/* Alert 박스 */
.alert-tip {
  background: #E3F2FD;
  border-left: 4px solid #1976D2;
  padding: 12px 16px;
  border-radius: 6px;
  margin: 16px 0;
  font-size: 13px;
  line-height: 1.6;
}
.alert-warn {
  background: #FFF3E0;
  border-left: 4px solid #F57C00;
  padding: 12px 16px;
  border-radius: 6px;
  margin: 16px 0;
  font-size: 13px;
  line-height: 1.6;
}

/* 마지막 CTA */
.guide-final-cta {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: white;
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  margin: 40px 0 24px;
}
.guide-final-cta h2 {
  color: white !important;
  margin: 0 0 12px;
  font-size: 24px;
}
.guide-final-cta p { 
  color: white;
  font-size: 15px; 
  margin-bottom: 20px; 
  opacity: 0.95; 
}
.guide-final-cta p strong,
.guide-final-cta strong { 
  color: white !important; 
  font-weight: 800;
  background: rgba(255,255,255,0.15);
  padding: 2px 8px;
  border-radius: 4px;
}
.guide-final-cta .btn-primary {
  background: white !important;
  color: var(--green-dark) !important;
  font-size: 15px !important;
  padding: 16px 32px !important;
}
.guide-final-cta .btn-primary:hover {
  background: var(--gray-50) !important;
}
.guide-final-cta .cta-disclaimer {
  color: white;
  font-size: 11px;
  opacity: 0.8;
  margin-top: 16px;
  line-height: 1.6;
}
.guide-final-cta .cta-disclaimer strong {
  background: none;
  padding: 0;
}

.guide-other-sites {
  text-align: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-200);
}
.guide-other-sites h3 { font-size: 16px; margin-bottom: 16px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .boards-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .glossary-grid { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-toc ol { grid-template-columns: 1fr; }
  
  /* 모바일 메뉴 활성화 */
  .nav { display: none; }
  .btn-tg-desktop { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: 36px; }
  .section-head h2 { font-size: 28px; }
  .partners-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .topbar-inner { font-size: 11px; }
  .topbar-right { gap: 12px; }
  .section { padding: 56px 0; }
  .article { padding: 28px 20px; }
  .article h1 { font-size: 24px; }
  .article-cover { height: 200px; font-size: 80px; }
  .article-body { font-size: 16px; }
  .static-content { padding: 28px 20px; }
  .post-nav { grid-template-columns: 1fr; }
  .post-item { grid-template-columns: 60px 1fr; }
  .post-thumb { width: 60px; height: 60px; font-size: 24px; }
  .post-stats { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; }
  .page-title h1 { font-size: 24px; }
  .page-title-icon { width: 48px; height: 48px; font-size: 24px; }
  
  /* 가이드 페이지 모바일 */
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { padding: 20px; }
  .guide-card .card-actions { flex-direction: column; }
  .guide-hero { padding: 24px 20px; }
  .guide-hero h1 { font-size: 22px; }
  .guide-hero-logo { font-size: 26px; }
  .btn-cta-big { padding: 14px 20px !important; font-size: 14px !important; width: 100%; justify-content: center; }
  
  /* === info-table - 모바일 카드 형식 === */
  .info-table {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
  }
  .info-table thead {
    display: none; /* 모바일에서 헤더 숨김 (data-label로 대체) */
  }
  .info-table tbody { display: block; }
  .info-table tbody tr {
    display: block;
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  }
  .info-table tbody tr:hover { background: white; }
  .info-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    border: none;
    padding: 8px 0;
    border-bottom: 1px dashed var(--gray-100);
    text-align: right;
  }
  .info-table tbody td:last-child { border-bottom: none; }
  .info-table tbody td::before {
    content: attr(data-label);
    color: var(--gray-500);
    font-weight: 600;
    font-size: 12px;
    flex-shrink: 0;
    text-align: left;
    min-width: 80px;
  }
  /* 첫번째 td (사이트/항목명)는 카드 헤더처럼 */
  .info-table tbody td:first-child {
    display: block;
    text-align: left;
    border-bottom: 1px solid var(--gray-200);
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
  }
  .info-table tbody td:first-child::before {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    color: var(--gray-500);
  }
  
  .guide-final-cta { padding: 28px 20px; }
  .guide-final-cta h2 { font-size: 20px; }
}
