.guide-page{--gp-bg: #efe9db;--gp-surface: #fffdf8;--gp-ink: #241b10;--gp-ink-muted: #7a6c52;--gp-line: rgba(43, 32, 19, .12);--gp-circle: #8a5a3c;background:var(--gp-bg);color:var(--gp-ink);min-height:100dvh;padding:28px 20px calc(48px + var(--safe-bottom))}.guide-page__head{max-width:640px;margin:0 auto 22px}.guide-page__eyebrow{display:block;font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent, #d98e3b);margin-bottom:10px}.guide-page__heading{font-family:var(--font-display);font-size:clamp(26px,5vw,38px);line-height:1.15;margin:0 0 12px}.guide-page__desc{font-size:14.5px;line-height:1.6;color:var(--gp-ink-muted);margin:0;max-width:60ch}.guide-list{max-width:640px;margin:0 auto;list-style:none;padding:0}.guide-list__item{display:flex;align-items:stretch;gap:14px;padding-bottom:14px}.guide-list__item:last-child{padding-bottom:0}.guide-list__rail{flex:none;width:40px;position:relative;display:flex;justify-content:center}.guide-list__item:not(:last-child) .guide-list__rail:after{content:"";position:absolute;top:40px;bottom:0;left:50%;width:2px;background:var(--gp-line);transform:translate(-50%)}.guide-list__num{flex:none;width:40px;height:40px;border-radius:50%;background:var(--gp-circle);color:#fdf6ec;font-family:var(--font-display);font-size:16px;font-weight:700;display:grid;place-items:center;z-index:1}.guide-list__card{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--gp-surface);border-radius:var(--radius-md, 18px);padding:14px 16px;box-shadow:0 4px 14px #2b201312;transition:box-shadow .15s ease,transform .15s ease}@media (hover: hover){.guide-list__card:hover{box-shadow:0 8px 22px #2b201324;transform:translateY(-1px)}}.guide-list__text{display:flex;flex-direction:column;min-width:0}.guide-list__text strong{font-size:15px;font-weight:700;color:var(--gp-ink)}.guide-list__text span{font-size:12.5px;color:var(--gp-ink-muted);margin-top:2px}.guide-list__chevron{flex:none;color:var(--gp-ink-muted)}@media (min-width: 720px){.guide-list{max-width:760px}}
