* { box-sizing: border-box; margin: 0; padding: 0; }
body.walk-body { background-color: #fbfbf9; color: #333333; font-family: "Georgia", "PingFang SC", "Hiragino Sans GB", sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.walk-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.walk-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 35px; line-height: 35px; border-bottom: 1px solid #f0f0f0; }
.walk-topbar-wrap { display: flex; justify-content: space-between; }
.walk-header { background: #ffffff; border-bottom: 2px solid #bfa559; height: 75px; }
.walk-logo-bar { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.walk-logo img { max-height: 50px; max-width: 180px; object-fit: contain; }
.walk-menu-btn { font-size: 14px; font-weight: bold; color: #bfa559; cursor: pointer; }
.walk-navbar { background: #111111; height: 50px; }
.walk-nav { display: flex; list-style: none; height: 50px; align-items: center; justify-content: center; }
.walk-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #ffffff; font-size: 15px; transition: color 0.3s; }
.walk-nav-item a:hover { color: #bfa559; }
.walk-notice { background: #ffffff; border-left: 4px solid #bfa559; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); margin: 20px auto; padding: 12px 20px; font-size: 14px; color: #555555; }
.walk-sec-title { text-align: center; font-size: 22px; font-weight: bold; color: #111111; margin: 40px 0 20px; text-transform: uppercase; letter-spacing: 1px; }
.walk-sec-title::after { content: ""; display: block; width: 30px; height: 2px; background: #bfa559; margin: 10px auto 0; }
.walk-welcome-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 30px; margin-bottom: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.walk-fan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 30px; }
@media (max-width: 768px) { .walk-fan-grid { grid-template-columns: 1fr; } }
.walk-fan-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 50%; padding: 40px; text-align: center; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: 1; margin: 0 auto; max-width: 320px; }
.walk-fan-card:hover { border-color: #bfa559; box-shadow: 0 8px 25px rgba(191,165,89,0.1); }
.walk-three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .walk-three-col { grid-template-columns: 1fr; } }
.walk-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.walk-card:hover { border-color: #bfa559; }
.walk-gold-stripe { background: linear-gradient(135deg, #dfd0ab 0%, #bfa559 100%); color: #ffffff; padding: 30px; border-radius: 8px; text-align: center; margin-bottom: 30px; }
.walk-four-col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 30px; }
@media (max-width: 768px) { .walk-four-col { grid-template-columns: repeat(2, 1fr); } }
.walk-minimal-card { background: #ffffff; border: 1px solid #e9ecef; border-radius: 4px; padding: 15px; text-align: center; }
.walk-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #eee; }
.walk-table th, .walk-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.walk-table th { background: #fbfbf9; color: #bfa559; font-weight: 600; }
.walk-btn { background: #111111; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; border: none; cursor: pointer; transition: background 0.3s; }
.walk-btn:hover { background: #bfa559; }
.walk-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.walk-footer { background: #1f1f1f; color: #aaaaaa; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.walk-footer-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 25px; text-align: left; }
@media (max-width: 768px) { .walk-footer-links { grid-template-columns: repeat(2, 1fr); } }
.walk-footer-links h4 { font-weight: bold; color: #ffffff; margin-bottom: 10px; font-size: 14px; }
.walk-footer-links ul { list-style: none; line-height: 2; font-size: 13px; color: #888888; }
.walk-copyright { margin-top: 20px; font-size: 13px; color: #555555; border-top: 1px solid #2d2d2d; padding-top: 15px; }
.walk-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.walk-badge-auto { background: #fdfbf4; color: #bfa559; }
.walk-badge-manual { background: #f5f5f5; color: #616161; }
.walk-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
