.guide-notice { padding: 22px 25px; border-radius: 18px; border: 1px solid #686156; border-left: 5px solid #c3b8a5; background: #353637; margin-bottom: 30px; color: #e8e3da; }
.guide-notice strong { color: #f2eee6; }
.guide-notice p { margin: 7px 0 0; line-height: 1.65; }
.guide-label { display: block; font-weight: 800; margin-bottom: 8px; color: #f2eee6; }
.guide-count, .guide-small { color: #bebbb5; font-size: .92rem; line-height: 1.6; }
.guide-region { margin-top: 45px; }
.guide-region h2 { font-size: clamp(1.5rem,3vw,2rem); margin: 0 0 18px; color: #f2eee6; }
.guide-chip { align-self: flex-start; padding: 6px 10px; border-radius: 50px; background: #eee9df; color: #303132; font-size: .7rem; font-weight: 800; letter-spacing: .02em; }
.guide-card { min-height: 180px; transition: transform .18s ease, box-shadow .18s ease; }
.guide-card:hover, .guide-card:focus-visible { transform: translateY(-3px); box-shadow: 0 13px 30px rgba(13,59,80,.2); }
.guide-card[hidden] { display: none; }
.guide-eyebrow { color: #d4c7b0; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin: 28px 0 7px; }
.guide-layout { display: grid; grid-template-columns: minmax(0,1fr) 275px; gap: clamp(26px,5vw,70px); align-items: start; }
.guide-layout article { min-width: 0; line-height: 1.75; }
.guide-layout article h2 { margin: 42px 0 13px; font-size: clamp(1.4rem,3vw,1.85rem); color: #f2eee6; }
.guide-layout article h2:first-of-type { margin-top: 24px; }
.guide-layout article p { margin: 11px 0; }
.guide-facts { border: 1px solid #4a4b4b; border-radius: 18px; overflow: hidden; margin: 14px 0 5px; }
.guide-fact { display: grid; grid-template-columns: minmax(150px,32%) 1fr; gap: 14px; border-top: 1px solid #4a4b4b; padding: 14px 18px; }
.guide-fact:first-child { border-top: 0; }
.guide-fact:nth-child(even) { background: #2f3031; }
.guide-fact dt { font-weight: 800; color: #e0d5c3; }
.guide-fact dd { margin: 0; }
.verify { color: #e6cfaa; background: #474034; border-radius: 5px; padding: 2px 5px; }
.guide-steps { padding-left: 24px; }
.guide-steps li { padding-left: 5px; margin: 8px 0; }
.guide-sources { padding-left: 23px; }
.guide-sources li { margin: 5px 0; }
.guide-sidebar { position: sticky; top: 24px; padding: 23px; border-radius: 20px; background: #353637; border: 1px solid #5b5851; line-height: 1.5; color: #e8e3da; }
.guide-sidebar > strong:first-child { font-size: 1.28rem; color: #f2eee6; }
.guide-sidebar p { margin: 15px 0 2px; font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; }
.guide-sidebar hr { border: 0; border-top: 1px solid #5b5851; margin: 20px 0; }
@media (max-width: 750px) { .guide-layout { grid-template-columns: 1fr; } .guide-sidebar { position: static; } .guide-fact { grid-template-columns: 1fr; gap: 2px; } }

