
.guide-zigzag-container { position: relative; padding: 40px 0; max-width: 1000px; margin: 0 auto; }
.guide-zigzag-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: #e2e8f0; transform: translateX(-50%); z-index: 0; border-radius: 2px; }
.guide-zigzag-item { position: relative; width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 60px; }
.guide-zigzag-item.left { padding-right: 50%; text-align: right; }
.guide-zigzag-item.right { padding-left: 50%; text-align: left; }
.guide-zigzag-dot { position: absolute; left: 50%; transform: translateX(-50%); width: 40px; height: 40px; border-radius: 50%; background: white; border: 4px solid var(--primary); z-index: 2; display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--primary); font-size: 0.9rem; transition: all 0.4s ease; box-shadow: 0 0 0 5px #f1f5f9; }
.guide-zigzag-dot.visited { background: #10b981; border-color: #10b981; color: white; transform: translateX(-50%) scale(1.2); box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2); }
.point-card, .guide-zigzag-content { width: 85%; background: white; border-radius: 16px; padding: 20px; box-shadow: var(--shadow-lg); border: 1px solid #f1f5f9; transition: all 0.3s ease; position: relative; text-align: left; margin: 0 auto; }
.guide-zigzag-item.left .point-card, .guide-zigzag-item.left .guide-zigzag-content { margin-right: 40px; margin-left: auto; }
.guide-zigzag-item.right .point-card, .guide-zigzag-item.right .guide-zigzag-content { margin-left: 40px; margin-right: auto; }
.point-card.visited-card, .visited-card { border-color: #10b981; background: #ecfdf5; box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1); }
.guide-bubble-arrow { position: absolute; top: 20px; width: 15px; height: 15px; background: white; transform: rotate(45deg); border: 1px solid #e2e8f0; }
.guide-zigzag-item.left .guide-bubble-arrow { right: -8px; border-left: none; border-bottom: none; }
.guide-zigzag-item.right .guide-bubble-arrow { left: -8px; border-right: none; border-top: none; }
.guide-img-wrapper { position: relative; height: 180px; border-radius: 12px; overflow: hidden; margin-bottom: 15px; }
.point-img { width: 100%; height: 100%; object-fit: cover; transition: filter 0.5s ease; filter: grayscale(100%); }
.point-status { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,0.6); color: white; padding: 4px 10px; border-radius: 20px; font-size: 0.7rem; font-weight: 700; backdrop-filter: blur(4px); }
.guide-map-fab { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: var(--primary); color: white; padding: 12px 24px; border-radius: 50px; font-weight: 700; box-shadow: 0 10px 25px rgba(0,0,0,0.3); cursor: pointer; z-index: 900; display: flex; align-items: center; gap: 10px; transition: transform 0.2s; border: 2px solid var(--accent); }
.guide-map-fab:hover { transform: translateX(-50%) translateY(-5px); box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4); }
