.pc-guides-section{background:var(--bg-section-alt);padding:6rem 0;border-top:1px solid var(--border-light);position:relative}.pc-guides-header{text-align:center;margin-bottom:3.5rem}.pc-guides-pill{display:inline-block;padding:.45rem 1.1rem;background:rgba(6,182,212,.1);border:1px solid rgba(6,182,212,.25);border-radius:99px;color:var(--accent-tertiary);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem}.pc-guides-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.03em;color:#fff}.pc-guides-title span{color:var(--accent-tertiary)}.pc-guides-subtitle{color:var(--text-hero-muted);max-width:620px;margin:0 auto;font-size:1.05rem;line-height:1.65}.pc-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}@media (max-width: 960px){.pc-guides-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 600px){.pc-guides-grid{grid-template-columns:1fr;gap:1.25rem}}.pc-guide-card{display:flex;flex-direction:column;background:var(--gradient-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:1.25rem;padding:2.25rem;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000040}.pc-guide-card:hover{transform:translateY(-5px);border-color:#06b6d473;box-shadow:0 20px 40px -15px #0009,0 0 25px -5px #06b6d433}.pc-guide-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.pc-guide-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-tertiary)}.pc-guide-date{font-size:.8rem;color:var(--text-dim);font-weight:500}.pc-guide-card-title{font-size:1.25rem;font-weight:700;line-height:1.35;color:#fff;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pc-guide-card-title a{color:inherit;text-decoration:none;transition:color .2s ease}.pc-guide-card-title a:hover{color:var(--accent-tertiary)}.pc-guide-card-excerpt{color:var(--text-hero-muted);font-size:.95rem;line-height:1.6;margin:0 0 1.75rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pc-guide-card-footer{margin-top:auto;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.06)}.pc-guide-read-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:var(--accent-tertiary);text-decoration:none;transition:gap .2s ease,color .2s ease}.pc-guide-read-link:hover,.pc-guide-card:hover .pc-guide-read-link{gap:.75rem;color:#38bdf8}.pc-guide-cta-wrapper{text-align:center;margin-top:3.5rem}.pc-guide-all-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2.25rem;background:rgba(255,255,255,.03);border:1px solid var(--border-light);border-radius:.75rem;color:#fff;text-decoration:none;font-size:.95rem;font-weight:700;letter-spacing:.02em;transition:all .25s ease}.pc-guide-all-btn:hover{background:rgba(6,182,212,.1);border-color:#06b6d466;color:var(--accent-tertiary);transform:translateY(-2px)}.pc-guide-skeleton{min-height:250px;background:rgba(255,255,255,.02);border:1px solid var(--border-light);border-radius:1.25rem;padding:2.25rem;display:flex;flex-direction:column;gap:1.25rem;animation:pcGuidePulse 1.8s ease-in-out infinite}@keyframes pcGuidePulse{0%,to{opacity:.4}50%{opacity:.85}}.pc-guide-skeleton-line{background:rgba(255,255,255,.07);border-radius:.5rem}.pc-guides-fallback{text-align:center;padding:3rem 2rem;background:rgba(255,255,255,.02);border:1px solid var(--border-light);border-radius:1.25rem;max-width:640px;margin:0 auto}
