/**
 * 파일명: home-gold.css
 * 파일경로: /home/thejoagi/corebizflow.com/wp-content/plugins/custom-post/assets/css/home-gold.css
 * 기능: 기프트조아 홈페이지 골드(Gold) 테마 (page-home-gold.php) 전용 스타일
 *       #FEE715(옐로우) + #101820(다크 네이비) 고대비 컬러 조합
 * 작성일: 2026-03-27
 * 수정일: 2026-03-27
 */

/* ═══════════════════════════════════════════════════════════
   CSS 변수
═══════════════════════════════════════════════════════════ */
:root {
    --gld-primary:    #FEE715;   /* 골드 옐로우 */
    --gld-primary-dk: #d4c010;   /* 진한 옐로우 (hover) */
    --gld-dark:       #101820;   /* 다크 네이비 */
    --gld-dark-2:     #1c2635;   /* 약간 밝은 네이비 */
    --gld-text:       #101820;
    --gld-muted:      #5a6272;
    --gld-bg:         #f7f8fa;
    --gld-card-bg:    #ffffff;
    --gld-border:     #e5e7eb;
    --gld-radius:     10px;
    --gld-radius-sm:  6px;
    --gld-font:       -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', sans-serif;
}

/* ═══════════════════════════════════════════════════════════
   테마 레이아웃 격리
═══════════════════════════════════════════════════════════ */
body.gld-home-page #page,
body.gld-home-page .site,
body.gld-home-page #content,
body.gld-home-page .site-content,
body.gld-home-page #primary,
body.gld-home-page .content-area,
body.gld-home-page main.site-main,
body.gld-home-page #main,
body.gld-home-page .hfeed {
    width:     100% !important;
    max-width: none !important;
    padding:   0 !important;
    margin:    0 !important;
    float:     none !important;
}

body.gld-home-page footer.site-footer,
body.gld-home-page #footer,
body.gld-home-page .site-footer,
body.gld-home-page #colophon,
body.gld-home-page .footer-widgets,
body.gld-home-page #footer-widgets { display: none !important; }

body.gld-home-page #scroll-top,
body.gld-home-page .scroll-top,
body.gld-home-page #scrollTop,
body.gld-home-page .scrollTop,
body.gld-home-page #back-to-top,
body.gld-home-page .back-to-top,
body.gld-home-page .backtotop,
body.gld-home-page #backToTop,
body.gld-home-page #scrollToTop,
body.gld-home-page .scrollToTop,
body.gld-home-page [class*="scroll-to-top"],
body.gld-home-page [id*="scroll-to-top"],
body.gld-home-page [class*="back-to-top"],
body.gld-home-page [id*="back-to-top"],
body.gld-home-page .floating-buttons,
body.gld-home-page .scroll-top-button,
body.gld-home-page .share-button { display: none !important; }

body.gld-home-page .entry-content,
body.gld-home-page .entry-header,
body.gld-home-page .post {
    max-width: none !important;
    padding:   0 !important;
    margin:    0 !important;
}

/* ═══════════════════════════════════════════════════════════
   페이지 래퍼
═══════════════════════════════════════════════════════════ */
.gld-page-wrapper {
    width:       100%;
    max-width:   100%;
    overflow-x:  hidden;
    font-family: var(--gld-font);
    color:       var(--gld-text);
    line-height: 1.6;
}
.gld-page-wrapper *,
.gld-page-wrapper *::before,
.gld-page-wrapper *::after { box-sizing: border-box; }

.gld-page-wrapper h1,
.gld-page-wrapper h2,
.gld-page-wrapper h3,
.gld-page-wrapper h4 {
    margin-top:  0;
    padding-top: 0;
    font-family: var(--gld-font);
    line-height: 1.3;
}
.gld-page-wrapper p { margin-top: 0; }

.gld-sr-only {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ═══════════════════════════════════════════════════════════
   컨테이너
═══════════════════════════════════════════════════════════ */
.gld-container {
    max-width: 1200px;
    margin:    0 auto;
    padding:   0 20px;
}

/* ═══════════════════════════════════════════════════════════
   공용 버튼
═══════════════════════════════════════════════════════════ */
.gld-btn {
    display:         inline-flex;
    align-items:     center;
    gap:             6px;
    padding:         13px 24px;
    border-radius:   var(--gld-radius-sm);
    font-size:       15px;
    font-weight:     700;
    text-decoration: none;
    cursor:          pointer;
    white-space:     nowrap;
    min-height:      44px;
    font-family:     var(--gld-font);
    border:          2px solid transparent;
}
.gld-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* 기본 primary — 노란 배경, 다크 텍스트 */
.gld-btn-primary {
    background:  var(--gld-primary);
    color:       var(--gld-dark) !important;
    border-color: var(--gld-primary);
}
.gld-btn-primary:hover {
    background:  var(--gld-primary-dk);
    border-color: var(--gld-primary-dk);
    color:       var(--gld-dark) !important;
}

/* 히어로 outline — 흰 테두리, 흰 텍스트 */
.gld-btn-outline {
    background:  transparent;
    color:       var(--gld-dark) !important;
    border-color: var(--gld-dark);
}
.gld-btn-outline:hover {
    background:  rgba(16,24,32,.08);
}

/* CTA 배너 — 다크 배경에서 사용 */
.gld-btn-dark {
    background:  var(--gld-dark);
    color:       var(--gld-primary) !important;
    border-color: var(--gld-dark);
}
.gld-btn-dark:hover {
    background:  var(--gld-dark-2);
    border-color: var(--gld-dark-2);
    color:       var(--gld-primary) !important;
}

/* 푸터 버튼 — 노란 배경 */
.gld-btn-gold {
    background:  var(--gld-primary);
    color:       var(--gld-dark) !important;
    border-color: var(--gld-primary);
}
.gld-btn-gold:hover {
    background:  var(--gld-primary-dk);
    border-color: var(--gld-primary-dk);
    color:       var(--gld-dark) !important;
}

/* 섹션 공통 헤더 */
.gld-section-title {
    font-size:   26px;
    font-weight: 700;
    color:       var(--gld-dark);
    margin:      0 0 8px;
}
.gld-section-desc {
    font-size: 15px;
    color:     var(--gld-muted);
    margin:    0 0 32px;
}
.gld-section-header { margin-bottom: 8px; }

/* ═══════════════════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════════════════ */
.gld-hero {
    background: var(--gld-dark);
    padding:    80px 20px;
    text-align: center;
    color:      #fff;
    position:   relative;
    overflow:   hidden;
}

/* 배경 장식 — orb만 사용 (stripe 금지) */
.gld-hero::before {
    content:       '';
    position:      absolute;
    top:           -160px;
    right:         -160px;
    width:         520px;
    height:        520px;
    border-radius: 50%;
    background:    radial-gradient(circle, rgba(254,231,21,.10) 0%, transparent 65%);
    pointer-events: none;
}
.gld-hero::after {
    content:       '';
    position:      absolute;
    bottom:        -120px;
    left:          -100px;
    width:         360px;
    height:        360px;
    border-radius: 50%;
    background:    radial-gradient(circle, rgba(254,231,21,.07) 0%, transparent 65%);
    pointer-events: none;
}

.gld-hero-inner {
    max-width: 760px;
    margin:    0 auto;
    position:  relative;
    z-index:   1;
}
.gld-hero-eyebrow {
    display:        inline-flex;
    align-items:    center;
    gap:            6px;
    font-size:      13px;
    font-weight:    600;
    letter-spacing: 1.5px;
    color:          var(--gld-primary);
    background:     rgba(254,231,21,.12);
    border:         1px solid rgba(254,231,21,.25);
    padding:        5px 14px;
    border-radius:  20px;
    margin:         0 0 20px;
}
.gld-hero-title {
    font-size:   44px;
    font-weight: 900;
    line-height: 1.2;
    margin:      0 0 20px;
    color:       #fff;
    word-break:  keep-all;
}
.gld-hero-em {
    color:      var(--gld-primary);
    font-style: normal;
}
.gld-hero-subtitle {
    font-size:   16px;
    line-height: 1.75;
    color:       rgba(255,255,255,0.75);
    margin:      0 0 36px;
    word-break:  keep-all;
}
.gld-hero-cta {
    display:         flex;
    gap:             12px;
    justify-content: center;
    flex-wrap:       wrap;
}

/* 히어로 버튼 반전 — 체크리스트 규칙 적용 */
.gld-hero .gld-btn-primary {
    background:  var(--gld-primary);
    color:       var(--gld-dark) !important;
    border-color: var(--gld-primary);
}
.gld-hero .gld-btn-primary:hover {
    background:  var(--gld-primary-dk);
    border-color: var(--gld-primary-dk);
    color:       var(--gld-dark) !important;
}
.gld-hero .gld-btn-outline {
    background:  transparent;
    color:       rgba(255,255,255,0.85) !important;
    border-color: rgba(255,255,255,0.50);
}
.gld-hero .gld-btn-outline:hover {
    background:  rgba(255,255,255,.12);
    color:       #fff !important;
    border-color: rgba(255,255,255,0.80);
}

/* ═══════════════════════════════════════════════════════════
   DEFINITION SECTION
═══════════════════════════════════════════════════════════ */
.gld-definition-section {
    background: #fff;
    padding:    56px 20px;
}
.gld-definition-block {
    max-width:  860px;
    margin:     0 auto;
    text-align: center;
}
.gld-definition-heading {
    font-size:   24px;
    font-weight: 700;
    color:       var(--gld-dark);
    margin:      0 0 16px;
}
.gld-definition-desc {
    font-size:   16px;
    line-height: 1.85;
    color:       var(--gld-text);
    margin:      0 0 40px;
    text-align:  left;
}
.gld-stat-row {
    display:               grid;
    grid-template-columns: repeat(4, 1fr);
    gap:                   20px;
}
.gld-stat-item {
    display:        flex;
    flex-direction: column;
    align-items:    center;
    gap:            4px;
    padding:        20px 12px;
    background:     var(--gld-bg);
    border-radius:  var(--gld-radius);
    border:         2px solid transparent;
}
.gld-stat-item:hover { border-color: var(--gld-primary); }
.gld-stat-icon svg { width: 22px; height: 22px; color: var(--gld-dark); }
.gld-stat-num {
    font-size:   24px;
    font-weight: 900;
    color:       var(--gld-dark);
    line-height: 1;
}
.gld-stat-label {
    font-size: 13px;
    color:     var(--gld-muted);
}

/* ═══════════════════════════════════════════════════════════
   COMPARISON TABLE
═══════════════════════════════════════════════════════════ */
.gld-compare-section {
    background: var(--gld-bg);
    padding:    60px 20px;
}
.gld-compare-table-wrap {
    overflow-x:              auto;
    -webkit-overflow-scrolling: touch;
    border-radius:           var(--gld-radius);
    border:                  1px solid var(--gld-border);
    margin-bottom:           20px;
    background:              #fff;
}
.gld-compare-table {
    width:           100%;
    border-collapse: collapse;
    font-size:       14px;
    min-width:       560px;
}
.gld-compare-table thead th {
    padding:      14px 18px;
    background:   var(--gld-dark);
    color:        var(--gld-primary);
    font-weight:  700;
    text-align:   center;
    font-size:    14px;
    white-space:  nowrap;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.gld-compare-table thead th:first-child {
    text-align:   left;
    background:   #0a1018;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.gld-compare-table thead th:last-child { border-right: none; }
.gld-compare-table tbody tr:nth-child(even) { background: #fafbfc; }
.gld-compare-table tbody tr:hover { background: rgba(254,231,21,.06); }
.gld-compare-table tbody th {
    padding:      14px 18px;
    font-weight:  600;
    color:        var(--gld-dark);
    text-align:   left;
    background:   #f9fafb;
    white-space:  nowrap;
    border-right: 1px solid var(--gld-border);
    border-top:   1px solid var(--gld-border);
}
.gld-compare-table tbody td {
    padding:      14px 18px;
    text-align:   center;
    color:        var(--gld-text);
    border-top:   1px solid var(--gld-border);
    border-right: 1px solid var(--gld-border);
}
.gld-compare-table tbody td:last-child { border-right: none; }

/* 모바일 카드 */
.gld-compare-cards {
    display:               none;
    grid-template-columns: repeat(2, 1fr);
    gap:                   12px;
    margin-bottom:         20px;
}
.gld-compare-card {
    border:        1px solid var(--gld-border);
    border-radius: var(--gld-radius);
    overflow:      hidden;
    background:    #fff;
}
.gld-compare-card-header {
    background:  var(--gld-dark);
    color:       var(--gld-primary);
    padding:     12px 16px;
    display:     flex;
    align-items: center;
    gap:         8px;
    font-size:   15px;
    font-weight: 700;
}
.gld-compare-card-header svg { width: 16px; height: 16px; flex-shrink: 0; }
.gld-compare-card-body { padding: 0; margin: 0; }
.gld-compare-card-row {
    display:       flex;
    padding:       10px 14px;
    border-bottom: 1px solid var(--gld-border);
    font-size:     13px;
    gap:           8px;
}
.gld-compare-card-row:last-child { border-bottom: none; }
.gld-compare-card-row dt { flex: 0 0 80px; font-weight: 600; color: var(--gld-muted); font-size: 12px; }
.gld-compare-card-row dd { margin: 0; color: var(--gld-text); font-weight: 500; word-break: keep-all; }

.gld-compare-note {
    display:     flex;
    align-items: flex-start;
    gap:         6px;
    font-size:   13px;
    color:       var(--gld-muted);
    margin-top:  12px;
    line-height: 1.6;
}
.gld-compare-note svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; }
.gld-compare-note a { color: var(--gld-dark); font-weight: 600; text-decoration: none; }
.gld-compare-note a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════════════════════
   CATEGORY NAVIGATION
═══════════════════════════════════════════════════════════ */
.gld-cat-nav {
    background:    #fff;
    border-top:    1px solid var(--gld-border);
    border-bottom: 1px solid var(--gld-border);
    padding:       0 20px;
    position:      sticky;
    top:           0;
    z-index:       100;
}
.admin-bar .gld-cat-nav { top: 32px; }

.gld-cat-list {
    display:    flex;
    flex-wrap:  wrap;
    gap:        4px;
    list-style: none;
    margin:     0;
    padding:    0;
}
.gld-cat-btn {
    display:         inline-flex;
    align-items:     center;
    gap:             5px;
    padding:         14px 16px;
    font-size:       14px;
    font-weight:     500;
    color:           var(--gld-muted);
    text-decoration: none;
    border-bottom:   3px solid transparent;
    white-space:     nowrap;
    min-height:      44px;
}
.gld-cat-btn:hover { color: var(--gld-dark); }
.gld-cat-btn.active {
    color:        var(--gld-dark);
    font-weight:  700;
    border-color: var(--gld-primary);
}
.gld-cat-count {
    font-size:     11px;
    background:    var(--gld-bg);
    color:         var(--gld-muted);
    padding:       1px 6px;
    border-radius: 10px;
}
.gld-cat-btn.active .gld-cat-count {
    background: rgba(254,231,21,.25);
    color:      var(--gld-dark);
}

/* ═══════════════════════════════════════════════════════════
   MAIN POST GRID
═══════════════════════════════════════════════════════════ */
.gld-main {
    background: var(--gld-bg);
    padding:    52px 20px;
}
.gld-post-grid {
    display:               grid;
    grid-template-columns: repeat(4, 1fr);
    gap:                   24px;
    margin-bottom:         40px;
}
.gld-post-card {
    background:     var(--gld-card-bg);
    border-radius:  var(--gld-radius);
    border:         1px solid var(--gld-border);
    overflow:       hidden;
    display:        flex;
    flex-direction: column;
}

.gld-card-thumb-link { display: block; }
.gld-card-thumb {
    position:     relative;
    width:        100%;
    aspect-ratio: 4 / 2.8;
    overflow:     hidden;
    background:   var(--gld-bg);
}
.gld-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gld-thumb-placeholder {
    width:           100%;
    height:          100%;
    display:         flex;
    align-items:     center;
    justify-content: center;
    background:      #f0f3f7;
    color:           #b2bec3;
}
.gld-thumb-placeholder svg { width: 40px; height: 40px; }

.gld-card-badge {
    position:      absolute;
    top:           10px;
    left:          10px;
    background:    var(--gld-dark);
    color:         var(--gld-primary);
    font-size:     11px;
    font-weight:   700;
    padding:       3px 9px;
    border-radius: 4px;
    letter-spacing: 0.3px;
}

.gld-card-body {
    padding:        16px;
    display:        flex;
    flex-direction: column;
    flex:           1;
    gap:            6px;
}
.gld-card-date { font-size: 12px; color: var(--gld-muted); }
.gld-card-title {
    font-size:          15px;
    font-weight:        700;
    color:              var(--gld-dark);
    line-height:        1.45;
    margin:             0;
    display:            -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:           hidden;
}
.gld-card-title a { color: inherit; text-decoration: none; }
.gld-card-title a:hover { color: var(--gld-dark); text-decoration: underline; }
.gld-card-excerpt {
    font-size:          13px;
    color:              var(--gld-muted);
    line-height:        1.6;
    margin:             0;
    flex:               1;
    display:            -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:           hidden;
}
.gld-card-cta {
    display:         inline-flex;
    align-items:     center;
    gap:             4px;
    font-size:       13px;
    font-weight:     700;
    color:           var(--gld-dark);
    text-decoration: none;
    margin-top:      4px;
    min-height:      44px;
}
.gld-card-cta svg { width: 14px; height: 14px; }
.gld-card-cta:hover { text-decoration: underline; }

/* 페이지네이션 */
.gld-pagination {
    display:         flex;
    justify-content: center;
    gap:             4px;
    flex-wrap:       wrap;
}
.gld-pagination .page-numbers {
    display:         inline-flex;
    align-items:     center;
    gap:             4px;
    padding:         8px 14px;
    border-radius:   var(--gld-radius-sm);
    border:          1px solid var(--gld-border);
    font-size:       14px;
    color:           var(--gld-text);
    text-decoration: none;
    background:      #fff;
    min-height:      44px;
}
.gld-pagination .page-numbers.current {
    background:  var(--gld-primary);
    color:       var(--gld-dark) !important;
    border-color: var(--gld-primary);
    font-weight: 700;
}
.gld-pagination .page-numbers svg { width: 14px; height: 14px; }

.gld-no-posts { text-align: center; padding: 60px 20px; color: var(--gld-muted); }
.gld-no-posts svg { width: 48px; height: 48px; margin-bottom: 12px; display: block; margin-left: auto; margin-right: auto; }
.gld-no-posts p { margin: 0 0 20px; font-size: 15px; }

/* ═══════════════════════════════════════════════════════════
   MID-PAGE CTA BANNER
═══════════════════════════════════════════════════════════ */
.gld-cta-banner {
    background: var(--gld-primary);
    padding:    52px 20px;
    color:      var(--gld-dark);
}
.gld-cta-inner {
    max-width:       1100px;
    margin:          0 auto;
    display:         flex;
    align-items:     center;
    justify-content: space-between;
    gap:             32px;
    flex-wrap:       wrap;
}
.gld-cta-text h2 {
    font-size:   28px;
    font-weight: 900;
    margin:      0 0 8px;
    color:       var(--gld-dark);
}
.gld-cta-text p {
    font-size: 15px;
    color:     rgba(16,24,32,0.75);
    margin:    0;
}
.gld-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════════
   CATEGORY HUB
═══════════════════════════════════════════════════════════ */
.gld-hub-section { background: #fff; padding: 60px 20px; }
.gld-hub-block { margin-bottom: 44px; }
.gld-hub-block:last-child { margin-bottom: 0; }
.gld-hub-header {
    display:         flex;
    align-items:     center;
    justify-content: space-between;
    margin-bottom:   16px;
    padding-bottom:  12px;
    border-bottom:   2px solid var(--gld-primary);
    flex-wrap:       wrap;
    gap:             8px;
}
.gld-hub-cat-title { font-size: 20px; font-weight: 700; margin: 0; }
.gld-hub-cat-title a {
    display:         inline-flex;
    align-items:     center;
    gap:             6px;
    color:           var(--gld-dark);
    text-decoration: none;
    min-height:      44px;
}
.gld-hub-cat-title a:hover { color: var(--gld-muted); }
.gld-hub-cat-title svg { width: 16px; height: 16px; color: var(--gld-primary); }
.gld-hub-more {
    display:         inline-flex;
    align-items:     center;
    gap:             3px;
    font-size:       13px;
    font-weight:     700;
    color:           var(--gld-dark);
    text-decoration: none;
    white-space:     nowrap;
    min-height:      44px;
    background:      var(--gld-primary);
    padding:         6px 14px;
    border-radius:   var(--gld-radius-sm);
}
.gld-hub-more svg { width: 14px; height: 14px; }
.gld-hub-more:hover { background: var(--gld-primary-dk); }
.gld-hub-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gld-hub-item {
    border:        1px solid var(--gld-border);
    border-radius: var(--gld-radius-sm);
    overflow:      hidden;
    background:    #fff;
}
.gld-hub-item-link {
    display:         flex;
    gap:             12px;
    text-decoration: none;
    color:           inherit;
    padding:         12px;
    min-height:      44px;
}
.gld-hub-item-thumb {
    flex-shrink:   0;
    width:         100px;
    height:        70px;
    border-radius: 4px;
    overflow:      hidden;
    background:    var(--gld-bg);
}
.gld-hub-item-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gld-thumb-sm .gld-thumb-placeholder svg { width: 28px; height: 28px; }
.gld-hub-item-body {
    display:         flex;
    flex-direction:  column;
    justify-content: center;
    gap:             6px;
    min-width:       0;
}
.gld-hub-item-title {
    font-size:          14px;
    font-weight:        600;
    color:              var(--gld-dark);
    margin:             0;
    line-height:        1.4;
    display:            -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:           hidden;
}
.gld-hub-item-link:hover .gld-hub-item-title { text-decoration: underline; }
.gld-hub-item-date {
    font-size:   12px;
    color:       var(--gld-muted);
    display:     inline-flex;
    align-items: center;
    gap:         4px;
}
.gld-hub-item-date svg { width: 12px; height: 12px; }

/* ═══════════════════════════════════════════════════════════
   HowTo SECTION
═══════════════════════════════════════════════════════════ */
.gld-howto-section { background: var(--gld-bg); padding: 60px 20px; }
.gld-howto-list {
    display:               grid;
    grid-template-columns: repeat(4, 1fr);
    gap:                   20px;
    list-style:            none;
    margin:                0 0 36px;
    padding:               0;
}
.gld-howto-item {
    background:    #fff;
    border:        2px solid var(--gld-border);
    border-radius: var(--gld-radius);
    padding:       24px 20px;
}
.gld-howto-item:hover { border-color: var(--gld-primary); }
.gld-howto-num {
    display:       block;
    font-size:     36px;
    font-weight:   900;
    color:         var(--gld-primary);
    line-height:   1;
    margin-bottom: 12px;
    -webkit-text-stroke: 1px var(--gld-dark);
}
.gld-howto-body strong {
    display:       block;
    font-size:     16px;
    font-weight:   700;
    color:         var(--gld-dark);
    margin-bottom: 6px;
}
.gld-howto-body p { font-size: 14px; color: var(--gld-muted); margin: 0; line-height: 1.6; }
.gld-howto-cta { text-align: center; }

/* ═══════════════════════════════════════════════════════════
   FAQ SECTION
═══════════════════════════════════════════════════════════ */
.gld-faq-section { background: #fff; padding: 60px 20px; }
.gld-faq-list { max-width: 840px; margin: 0 auto; }
.gld-faq-item {
    background:    #fff;
    border:        1px solid var(--gld-border);
    border-radius: var(--gld-radius-sm);
    margin-bottom: 8px;
    overflow:      hidden;
}
.gld-faq-question { margin: 0; }
.gld-faq-toggle {
    width:           100%;
    background:      none;
    border:          none;
    padding:         16px 20px;
    display:         flex;
    align-items:     center;
    justify-content: space-between;
    gap:             12px;
    cursor:          pointer;
    text-align:      left;
    font-size:       15px;
    font-weight:     600;
    color:           var(--gld-dark);
    line-height:     1.5;
    min-height:      52px;
    font-family:     var(--gld-font);
}
.gld-faq-toggle:hover { background: rgba(254,231,21,.08); color: var(--gld-dark); }
.gld-faq-toggle span { flex: 1; }
.gld-faq-icon {
    flex-shrink: 0;
    width:       18px !important;
    height:      18px !important;
    transition:  transform 0.25s ease;
    color:       var(--gld-muted);
}
.gld-faq-toggle[aria-expanded="true"] {
    background: var(--gld-dark);
    color:      var(--gld-primary);
}
.gld-faq-toggle[aria-expanded="true"] .gld-faq-icon {
    transform: rotate(180deg);
    color:     var(--gld-primary);
}
.gld-faq-answer {
    padding:     0 20px 20px;
    font-size:   15px;
    color:       var(--gld-text);
    line-height: 1.8;
    border-top:  1px solid var(--gld-border);
    margin:      0;
}
.gld-faq-answer[hidden] { display: none !important; }

/* ═══════════════════════════════════════════════════════════
   TAGS SECTION
═══════════════════════════════════════════════════════════ */
.gld-tags-section { background: var(--gld-bg); padding: 52px 20px; }
.gld-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.gld-tag {
    display:         inline-block;
    padding:         9px 16px;
    border-radius:   20px;
    border:          1px solid var(--gld-border);
    font-size:       13px;
    color:           var(--gld-text);
    text-decoration: none;
    background:      #fff;
    min-height:      44px;
    line-height:     1.4;
}
.gld-tag:hover {
    background:  var(--gld-primary);
    border-color: var(--gld-primary);
    color:       var(--gld-dark) !important;
    font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════
   BOTTOM CTA
═══════════════════════════════════════════════════════════ */
.gld-bottom-cta {
    background: var(--gld-dark);
    padding:    64px 20px;
    text-align: center;
    color:      #fff;
}
.gld-bottom-cta-inner { max-width: 680px; margin: 0 auto; }
.gld-bottom-cta h2 {
    font-size:   30px;
    font-weight: 900;
    margin:      0 0 14px;
    color:       #fff;
}
.gld-bottom-cta p { font-size: 16px; color: rgba(255,255,255,0.75); margin: 0 0 32px; line-height: 1.75; }
.gld-bottom-cta strong { color: var(--gld-primary); }
.gld-bottom-cta-actions {
    display:         flex;
    gap:             12px;
    justify-content: center;
    flex-wrap:       wrap;
}

/* ═══════════════════════════════════════════════════════════
   CUSTOM FOOTER
═══════════════════════════════════════════════════════════ */
.gld-footer {
    background: var(--gld-dark);
    color:      rgba(255,255,255,0.70);
    font-size:  14px;
}

/* 메인 영역 */
.gld-footer-main {
    padding:       60px 20px 52px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.gld-footer-grid {
    display:               grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap:                   52px;
    align-items:           start;
}

/* 브랜드 컬럼 */
.gld-footer-logo {
    display:     inline-flex;
    align-items: center;
    gap:         8px;
    font-size:   22px;
    font-weight: 900;
    color:       var(--gld-primary);
    margin:      0 0 14px;
    line-height: 1;
}
.gld-footer-logo svg { width: 22px; height: 22px; color: var(--gld-primary); }
.gld-footer-tagline { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.8; margin: 0 0 22px; }
.gld-footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.gld-footer-badge {
    display:       inline-flex;
    align-items:   center;
    gap:           5px;
    font-size:     12px;
    font-weight:   600;
    color:         rgba(255,255,255,0.60);
    background:    rgba(254,231,21,.08);
    padding:       5px 12px;
    border-radius: 20px;
    border:        1px solid rgba(254,231,21,.15);
}
.gld-footer-badge svg { width: 12px; height: 12px; }
.gld-footer-cta { margin-top: 4px; }

/* 링크 컬럼 공통 */
.gld-footer-col-title {
    font-size:      12px;
    font-weight:    700;
    color:          rgba(255,255,255,.35);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin:         0 0 18px;
}
.gld-footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.gld-footer-links a {
    display:         inline-flex;
    align-items:     center;
    gap:             5px;
    color:           rgba(255,255,255,0.55);
    text-decoration: none;
    font-size:       14px;
    padding:         5px 0;
    min-height:      34px;
    line-height:     1.4;
    word-break:      keep-all;
}
.gld-footer-links a:hover { color: var(--gld-primary); }
.gld-footer-links svg { width: 13px; height: 13px; flex-shrink: 0; opacity: 0.5; }
.gld-footer-links a:hover svg { opacity: 1; }

/* 연락처 */
.gld-footer-contact {
    margin-top:     20px;
    padding-top:    18px;
    border-top:     1px solid rgba(255,255,255,0.08);
    display:        flex;
    flex-direction: column;
    gap:            8px;
}
.gld-footer-contact-label {
    display:     inline-flex;
    align-items: center;
    gap:         6px;
    font-size:   12px;
    color:       rgba(255,255,255,0.35);
    margin:      0;
}
.gld-footer-contact-label svg { width: 13px; height: 13px; }

/* 저작권 바 */
.gld-footer-bottom {
    background: rgba(0,0,0,0.35);
    padding:    18px 20px;
}
.gld-footer-bottom-inner {
    max-width:       1200px;
    margin:          0 auto;
    display:         flex;
    align-items:     center;
    justify-content: space-between;
    flex-wrap:       wrap;
    gap:             12px;
}
.gld-footer-copy { font-size: 13px; color: rgba(255,255,255,0.30); margin: 0; }
.gld-footer-copy a { color: rgba(255,255,255,0.50); text-decoration: none; }
.gld-footer-copy a:hover { color: var(--gld-primary); }
.gld-footer-legal { display: flex; gap: 20px; }
.gld-footer-legal a { font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: none; }
.gld-footer-legal a:hover { color: rgba(255,255,255,0.80); }

/* ═══════════════════════════════════════════════════════════
   SCROLL TO TOP
═══════════════════════════════════════════════════════════ */
#gldScrollTopBtn {
    position:   fixed;
    bottom:     28px;
    right:      24px;
    width:      50px;
    height:     50px;
    cursor:     pointer;
    opacity:    0;
    visibility: hidden;
    transform:  translateY(12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index:    990;
    display:    flex;
    align-items:     center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}
#gldScrollTopBtn.gld-stb-visible { opacity: 1; visibility: visible; transform: translateY(0); }
#gldScrollTopBtn:hover { transform: translateY(-3px); }

.gld-stb-bg {
    position:      absolute;
    inset:         0;
    border-radius: 50%;
    background:    var(--gld-primary);
    box-shadow:    0 4px 16px rgba(254,231,21,0.35);
    transition:    background-color 0.2s ease, box-shadow 0.2s ease;
}
#gldScrollTopBtn:hover .gld-stb-bg {
    background: var(--gld-primary-dk);
    box-shadow: 0 6px 22px rgba(254,231,21,0.45);
}

.gld-stb-ring { position: absolute; width: 100%; height: 100%; transform: rotate(-90deg); }
.gld-stb-track { fill: none; stroke: rgba(16,24,32,0.20); stroke-width: 3; }
.gld-stb-fill {
    fill:             none;
    stroke:           var(--gld-dark);
    stroke-width:     3;
    stroke-linecap:   round;
    stroke-dasharray: 113.1;
    stroke-dashoffset: 113.1;
    transition:       stroke-dashoffset 0.12s linear;
}

.gld-stb-inner {
    position:       relative;
    display:        flex;
    flex-direction: column;
    align-items:    center;
    gap:            1px;
    pointer-events: none;
    user-select:    none;
}
.gld-stb-arrow { width: 14px !important; height: 14px !important; color: var(--gld-dark); stroke-width: 2.8; display: block; flex-shrink: 0; }
#gldScrollTopBtn:hover .gld-stb-arrow { animation: gldArrowBounce 0.45s ease forwards; }
@keyframes gldArrowBounce {
    0%   { transform: translateY(0); }
    35%  { transform: translateY(-4px); }
    65%  { transform: translateY(-1px); }
    100% { transform: translateY(-2px); }
}
.gld-stb-pct { font-size: 9px; font-weight: 900; color: var(--gld-dark); line-height: 1; letter-spacing: -0.3px; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — 태블릿 (≤ 1024px)
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .gld-post-grid  { grid-template-columns: repeat(3, 1fr); }
    .gld-stat-row   { grid-template-columns: repeat(2, 1fr); }
    .gld-howto-list { grid-template-columns: repeat(2, 1fr); }
    .gld-hub-posts  { grid-template-columns: repeat(2, 1fr); }
    .gld-hero-title { font-size: 36px; }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — 모바일 (≤ 768px)
═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .admin-bar .gld-cat-nav { top: 46px; }

    .gld-hero          { padding: 56px 12px; }
    .gld-hero-title    { font-size: 28px; }
    .gld-hero-subtitle { font-size: 14px; }
    .gld-hero-cta      { flex-direction: column; align-items: stretch; }
    .gld-hero-cta .gld-btn { justify-content: center; }

    .gld-definition-section { padding: 40px 12px; }
    .gld-stat-row  { grid-template-columns: repeat(2, 1fr); gap: 12px; }

    .gld-compare-section    { padding: 40px 12px; }
    .gld-compare-table-wrap { display: none; }
    .gld-compare-cards      { display: grid; }

    .gld-post-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

    .gld-cta-inner   { flex-direction: column; text-align: center; }
    .gld-cta-actions { justify-content: center; }

    .gld-hub-posts  { grid-template-columns: 1fr; }
    .gld-howto-list { grid-template-columns: 1fr; }

    .gld-faq-section  { padding: 40px 12px; }
    .gld-faq-toggle   { font-size: 14px; padding: 14px 12px; }
    .gld-faq-answer   { padding: 0 12px 12px; font-size: 14px; }

    .gld-section-title { font-size: 20px; }
    .gld-cta-text h2   { font-size: 22px; }
    .gld-bottom-cta h2 { font-size: 22px; }

    .gld-main          { padding: 36px 12px; }
    .gld-hub-section,
    .gld-howto-section,
    .gld-tags-section  { padding: 40px 12px; }
    .gld-cta-banner    { padding: 40px 12px; }
    .gld-bottom-cta    { padding: 48px 12px; }

    .gld-footer-main   { padding: 44px 12px 40px; }
    .gld-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap:                   36px 24px;
    }
    .gld-footer-brand  { grid-column: 1 / -1; }
    .gld-footer-bottom { padding: 12px; }
    .gld-footer-bottom-inner { flex-direction: column; text-align: center; gap: 8px; }
    .gld-footer-legal  { justify-content: center; gap: 16px; }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — 소형 모바일 (≤ 480px)
═══════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    .gld-container          { padding: 0 10px; }
    .gld-post-grid          { grid-template-columns: 1fr; }
    .gld-stat-row           { grid-template-columns: repeat(2, 1fr); }
    .gld-compare-cards      { grid-template-columns: 1fr; }
    .gld-hub-item-link      { flex-direction: column; }
    .gld-hub-item-thumb     { width: 100%; height: 160px; }
    .gld-bottom-cta-actions { flex-direction: column; align-items: stretch; }
    .gld-bottom-cta-actions .gld-btn { justify-content: center; }

    .gld-hero-title            { font-size: 24px; }
    .gld-compare-card-row dt   { flex: 0 0 72px; }

    .gld-footer-grid  { grid-template-columns: 1fr 1fr; gap: 20px; }
    .gld-footer-brand { grid-column: span 2; }
    .gld-footer-badges { gap: 6px; }
    .gld-footer-legal { flex-wrap: wrap; gap: 12px; }
}
