.guide-page{max-width:1500px;padding:0 20px 80px}.guide-page,.guides-index{margin:0 auto;background:#fff}.guides-index{padding:60px 20px 80px;max-width:1400px}.guides-index-hero{max-width:900px;margin:0 auto 60px;text-align:center}.guides-index-breadcrumb{margin-bottom:24px}.guides-index-breadcrumb ol{list-style:none;padding:0;margin:0;display:flex;justify-content:center;align-items:center;gap:8px;font-size:13px;color:#64748b;font-weight:500}.guides-index-breadcrumb li a{color:#64748b;text-decoration:none;transition:color .2s ease}.guides-index-breadcrumb li a:hover,.guides-index-breadcrumb li[aria-current=page]{color:#0f172a}.guides-index-eyebrow{display:inline-block;margin:0 0 20px;padding:6px 14px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1e3a8a;transition:all .3s ease}.guides-index-eyebrow:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.guides-index-title{margin:0 0 20px;font-size:clamp(30px,5vw,42px);line-height:1.15;font-weight:400;font-family:var(--font-serif,serif);color:#0f172a;letter-spacing:-.02em}.guides-index-lead{margin:0 auto;max-width:65ch;font-size:18px;line-height:1.7;color:#475569}.guides-index-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;margin-top:50px;align-items:stretch}@media (max-width:768px){.guides-index-grid{grid-template-columns:1fr;gap:24px}}.guides-index-card{position:relative;display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:24px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);height:100%}.guides-index-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#f97316 50%,#10b981);opacity:0;transition:opacity .3s ease}.guides-index-card:hover{transform:translateY(-6px);border-color:#94a3b8;box-shadow:0 12px 48px rgba(0,0,0,.1),0 4px 16px rgba(0,0,0,.06)}.guides-index-card:hover:before{opacity:1}.guides-index-card-header{position:relative;height:220px;border-radius:24px 24px 0 0;overflow:hidden;background:#f8fafc}.guides-index-card-image{-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.guides-index-card:hover .guides-index-card-image{transform:scale(1.08)}.guides-index-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(15,23,42,.05));pointer-events:none}.guides-index-card-content{padding:28px 32px;flex:1;display:flex;flex-direction:column}.guides-index-card-meta{margin:0 0 12px;font-size:12px;color:#64748b;font-weight:500;letter-spacing:.02em}.guides-index-card-title{margin:0 0 14px;font-size:22px;line-height:1.3;font-weight:700;color:#0f172a;letter-spacing:-.01em}.guides-index-card-body{margin:0;line-height:1.7;color:#475569;font-size:15px;flex:1}.guides-index-card-footer{padding:0 32px 32px}.guides-index-card-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;border-radius:12px;background:#0f172a;border:1px solid #0f172a;text-decoration:none;font-weight:600;font-size:15px;color:#fff;transition:all .3s ease}.guides-index-card-link:hover{transform:translateY(-2px);background:#1e293b;box-shadow:0 6px 20px rgba(15,23,42,.25)}.guides-index-card-link:after{content:"→";transition:transform .3s ease;font-size:18px}.guides-index-card-link:hover:after{transform:translateX(4px)}.guide-shell{display:block;background:#fff;min-height:100vh}.guide-hero{position:relative;padding:120px 20px 100px;background:#0f172a;overflow:hidden;color:#fff}.guide-hero-bg{position:absolute;inset:0;z-index:0}.guide-hero-bg-image{-o-object-fit:cover;object-fit:cover;opacity:.6}.guide-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.7) 0,rgba(15,23,42,.4) 50%,rgba(15,23,42,.8));z-index:1}.guide-hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto}.guide-hero-text{max-width:800px}.guide-breadcrumb{margin-bottom:32px}.guide-breadcrumb ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;color:hsla(0,0%,100%,.6);font-weight:500}.guide-breadcrumb li a{color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .2s ease}.guide-breadcrumb li a:hover{color:#fff}.guide-breadcrumb li[aria-current=page]{color:#fff;font-weight:600}.guide-badge{display:inline-block;padding:6px 14px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);border-radius:999px;font-size:12px;font-weight:700;color:#fff;margin-bottom:24px;letter-spacing:.1em;text-transform:uppercase}.guide-h1{font-size:clamp(32px,5vw,56px);line-height:1.1;margin:0 0 24px;font-weight:400;font-family:var(--font-serif,serif);color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.3)}.guide-lead{font-size:20px;line-height:1.6;margin:0 0 32px;max-width:65ch;color:hsla(0,0%,100%,.9);text-shadow:0 1px 4px rgba(0,0,0,.2)}.guide-meta{display:flex;gap:20px;font-size:14px;color:hsla(0,0%,100%,.7);font-weight:500}.guide-grid{display:grid;grid-template-columns:340px 1fr;gap:40px;padding:40px 20px;max-width:1400px;margin:0 auto;background:#fff}@media (max-width:1024px){.guide-grid{grid-template-columns:1fr;gap:30px}.guide-aside{order:2}}.guide-sticky{position:sticky;top:24px;display:grid;gap:20px}.guide-cta{border:2px solid #fed7aa;border-radius:20px;padding:24px;background:linear-gradient(to bottom right,#fff7ed,#fef3c7);box-shadow:0 4px 12px rgba(249,115,22,.1);transition:all .3s ease}.guide-cta:hover{border-color:#fb923c;box-shadow:0 8px 24px rgba(249,115,22,.15);transform:translateY(-2px)}.guide-cta-title{font-size:16px;font-weight:700;margin-bottom:10px;color:#0f172a}.guide-cta-body{font-size:14px;margin:0 0 16px;line-height:1.6;color:#475569}.guide-cta-button{display:inline-block;width:100%;text-align:center;padding:14px 20px;border-radius:12px;background:#f97316;border:none;text-decoration:none;font-weight:600;font-size:15px;color:#fff;transition:all .3s ease;box-shadow:0 4px 12px rgba(249,115,22,.25)}.guide-cta-button:hover{transform:translateY(-2px);background:#ea580c;box-shadow:0 6px 20px rgba(249,115,22,.35)}.guide-cta-note{margin-top:12px;font-size:12px;color:#78716c;text-align:center}.guide-toc{border:1px solid #e2e8f0;border-radius:20px;padding:24px;background:#f8fafc;box-shadow:0 1px 3px rgba(0,0,0,.05)}.guide-toc-title{font-size:13px;font-weight:700;margin-bottom:16px;color:#475569;text-transform:uppercase;letter-spacing:.05em}.guide-toc-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.guide-toc-link{display:block;padding:10px 14px;text-decoration:none;color:#475569;border-radius:10px;transition:all .3s ease;font-size:14px;border-left:3px solid transparent}.guide-toc-link:hover{background:#eff6ff;border-left-color:#3b82f6;transform:translateX(4px);color:#1e3a8a}.guide-main{min-width:0}.guide-article{max-width:82ch;background:#fff;border-radius:20px;padding:40px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}@media (max-width:768px){.guide-article{padding:24px}}.guide-article h2{margin-top:48px;margin-bottom:16px;font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.01em;position:relative;padding-bottom:12px}.guide-article h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#3b82f6,#f97316);border-radius:2px}.guide-article h2:first-child{margin-top:0}.guide-article h3{margin-top:32px;margin-bottom:12px;font-size:20px;font-weight:600;color:#1e293b}.guide-article li,.guide-article p{line-height:1.8;color:#334155;font-size:16px}.guide-article ol,.guide-article ul{margin:20px 0;padding-left:28px}.guide-article li{margin-bottom:12px}.guide-article strong{color:#0f172a;font-weight:600}.guide-divider{height:1px;background:linear-gradient(90deg,transparent,#cbd5e1 50%,transparent);margin:50px 0}.guide-faq{max-width:82ch}.guide-h2{font-size:26px;margin:0 0 24px;font-weight:700;color:#0f172a;letter-spacing:-.01em}.guide-faq-list{display:grid;gap:16px}.guide-faq-item{border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;background:#fff;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.guide-faq-item:hover{border-color:#94a3b8;box-shadow:0 4px 12px rgba(0,0,0,.08)}.guide-faq-q{cursor:pointer;font-weight:600;font-size:16px;color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:12px}.guide-faq-q:after{content:"+";font-size:24px;color:#64748b;transition:transform .3s ease;flex-shrink:0}.guide-faq-item[open] .guide-faq-q:after{content:"−";transform:rotate(180deg)}.guide-faq-a{margin-top:16px;line-height:1.7;color:#475569;font-size:15px;padding-top:16px;border-top:1px solid #f1f5f9}