/* ── Sitemap Page Styles ────────────────────────────────── */
.smp-hero{background:linear-gradient(135deg,#060b1a 0%,#0d1b4b 45%,#1a0a2e 100%);padding:4.5rem 0 3.5rem;text-align:center;position:relative;overflow:hidden}
.smp-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.smp-hero-tag{display:inline-block;padding:.3rem 1rem;background:rgba(255,77,0,.15);border:1px solid rgba(255,77,0,.3);border-radius:100px;font-size:.75rem;font-weight:700;color:#FF6B35;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem}
.smp-hero h1{font-family:var(--fd);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:.75rem;line-height:1.1}
.smp-hero h1 span{color:#FF4D00}
.smp-hero p{font-size:1.05rem;color:rgba(255,255,255,.55);max-width:540px;margin:0 auto 2rem;line-height:1.7}
.smp-stats{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}
.smp-stat{text-align:center}
.smp-stat-num{font-family:var(--fd);font-size:1.75rem;font-weight:800;color:#FF4D00;line-height:1}
.smp-stat-lbl{font-size:.72rem;color:rgba(255,255,255,.4);margin-top:.2rem;text-transform:uppercase;letter-spacing:.07em}

/* Search bar */
.smp-search-bar{background:var(--surface,#fff);padding:1.5rem 0;border-bottom:1px solid var(--border,#e5e7eb);position:sticky;top:64px;z-index:40;box-shadow:0 4px 12px rgba(0,0,0,.06)}
.smp-search-wrap{max-width:520px;margin:0 auto;position:relative}
.smp-search-input{width:100%;padding:.75rem 1rem .75rem 2.8rem;border:2px solid var(--border,#e5e7eb);border-radius:12px;font-size:.9rem;outline:none;transition:border-color .2s;background:var(--bg,#f9fafb);color:var(--ink,#111)}
.smp-search-input:focus{border-color:#FF4D00}
.smp-search-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:#9CA3AF;font-size:.95rem;pointer-events:none}
.smp-search-count{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);font-size:.72rem;color:#9CA3AF;font-weight:600}

/* Grid */
.smp-grid-wrap{padding:3.5rem 0 5rem}
.smp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.75rem}

/* Category cards */
.smp-cat-card{background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:20px;overflow:hidden;transition:transform .2s,box-shadow .2s;position:relative}
.smp-cat-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.1)}
.smp-cat-card-head{padding:1.5rem 1.5rem 1.25rem;display:flex;align-items:flex-start;gap:1rem;position:relative}
.smp-cat-card-head::after{content:'';position:absolute;bottom:0;left:1.5rem;right:1.5rem;height:1px;background:var(--border,#e5e7eb)}
.smp-cat-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}
.smp-cat-info h2{font-family:var(--fd);font-size:1.05rem;font-weight:800;color:var(--ink,#111);letter-spacing:-.02em;margin-bottom:.2rem;line-height:1.2}
.smp-cat-info p{font-size:.78rem;color:var(--ink-50,#6B7280);line-height:1.5}
.smp-cat-count{margin-left:auto;font-size:.7rem;font-weight:700;padding:.25rem .65rem;border-radius:100px;white-space:nowrap;align-self:flex-start;margin-top:.2rem}
.smp-cat-links{padding:1rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:.25rem}
.smp-link-item{display:flex;align-items:center;gap:.65rem;padding:.45rem .6rem;border-radius:8px;text-decoration:none;transition:background .15s;color:var(--ink,#111);font-size:.87rem}
.smp-link-item:hover{background:var(--bg,#f9fafb)}
.smp-link-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}
.smp-link-label{font-weight:500;flex:1}
.smp-link-desc{font-size:.72rem;color:var(--ink-50,#9CA3AF);margin-left:auto;white-space:nowrap}
.smp-link-ext{font-size:.65rem;color:#9CA3AF;opacity:.6}
.smp-link-hidden{display:none}

/* Show more */
.smp-show-more{display:none;width:100%;padding:.5rem;margin-top:.25rem;font-size:.78rem;font-weight:600;border:none;background:none;cursor:pointer;color:#FF4D00;text-align:center;border-radius:8px;transition:background .15s}
.smp-show-more:hover{background:rgba(255,77,0,.06)}
.smp-show-more.visible{display:block}

/* CTA section */
.smp-cta{background:linear-gradient(135deg,#FF4D00 0%,#ff8c42 100%);padding:4rem 0;text-align:center}
.smp-cta h2{font-family:var(--fd);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:.75rem}
.smp-cta p{color:rgba(255,255,255,.8);margin-bottom:2rem;font-size:1rem}
.smp-cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.smp-cta-btn{padding:.75rem 1.75rem;border-radius:10px;font-weight:700;font-size:.9rem;text-decoration:none;transition:all .2s}
.smp-cta-btn.primary{background:#fff;color:#FF4D00}
.smp-cta-btn.primary:hover{background:#FFF7F5}
.smp-cta-btn.outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}
.smp-cta-btn.outline:hover{border-color:#fff;background:rgba(255,255,255,.1)}

/* No results */
.smp-no-results{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:var(--ink-50,#9CA3AF)}
.smp-no-results span{font-size:3rem;display:block;margin-bottom:1rem}

@media(max-width:768px){
  .smp-hero{padding:3rem 0 2.5rem}
  .smp-grid{grid-template-columns:1fr}
  .smp-stats{gap:1.5rem}
  .smp-link-desc{display:none}
  .smp-search-bar{position:static}
}