/* Header */
.fixed-nav-wrap {
    display: none;
}

.guide-content-img {
    width: 100%;
}

.guide-header { background-color: #FFE3F4; height: 200px; position: relative; padding: 16px; display: flex; align-items: center; justify-content: center; } 
.back-button { position: absolute; top: 50px; left: 16px; z-index: 10; } 
.back-icon { width: 40px; height: 40px; object-fit: contain; } 
.header-text { position: absolute; bottom: 30px; left: 16px; z-index: 2; } 
.header-text h2 { font-size: 22px; line-height: 1.4; color: #191A4C; margin: 0; letter-spacing: -0.5px; font-weight: 400; text-align: left; } 
.bold { font-weight: 800; } 
.header-image { position: absolute; right: 30px; bottom: 30px; height: 70px; width: auto; object-fit: contain; } 
.guide-arr-title { position: static; font-size: 24px; font-weight: bold; color: #191A4C; text-align: center; margin-top: -50px;}

.basic-body, .basic-body-main {
    margin-bottom: 0px !important;
    padding: 0 !important;
}

.guide-container {
    max-width: 768px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
    padding-bottom: env(safe-area-inset-bottom);
}

.guide-header-main {
    text-align: center;
    margin-bottom: 40px;
}

.guide-title {
    font-size: 24px;
    font-weight: 600;
    color: #191A4C;
    margin-bottom: 8px;
}

.guide-subtitle {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.guide-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.guide-menu-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guide-menu-item:active {
    transform: scale(0.98);
}

.menu-icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f0f4ff;
}

.menu-icon i {
    font-size: 24px;
    color: #457DFF;
}

.guide-menu-item:nth-child(1) .menu-icon {
    background: #f0f4ff;
}

.guide-menu-item:nth-child(1) .menu-icon i {
    color: #457DFF;
}

.guide-menu-item:nth-child(2) .menu-icon {
    background: #fff0f0;
}

.guide-menu-item:nth-child(2) .menu-icon i {
    color: #FF5C5C;
}

.guide-menu-item:nth-child(3) .menu-icon {
    background: #f0fff4;
}

.guide-menu-item:nth-child(3) .menu-icon i {
    color: #34C759;
}

.guide-menu-item:nth-child(4) .menu-icon {
    background: #fff8f0;
}

.guide-menu-item:nth-child(4) .menu-icon i {
    color: #FF9500;
}

.menu-content {
    flex: 1;
}

.menu-title {
    font-size: 16px;
    font-weight: 500;
    color: #191A4C;
    margin: 0 0 4px 0;
}

.menu-desc {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.menu-arrow {
    color: #ccc;
    font-size: 16px;
    margin-left: 12px;
}

.header-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 70px;
    color: rgba(25, 26, 76, 0.8);
    height: auto;
    width: auto;
}